@goperigon/perigon-ts 2.1.2 → 2.1.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.
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +175 -175
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -855,7 +855,7 @@ declare const NewsClusterSchema: z.ZodObject<{
|
|
|
855
855
|
answer?: string | null | undefined;
|
|
856
856
|
}>, "many">>>;
|
|
857
857
|
uniqueSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
858
|
-
selectedArticles: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
858
|
+
selectedArticles: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
859
859
|
sentiment: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
860
860
|
positive: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
861
861
|
negative: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1082,7 +1082,7 @@ declare const NewsClusterSchema: z.ZodObject<{
|
|
|
1082
1082
|
answer?: string | null | undefined;
|
|
1083
1083
|
}[] | null | undefined;
|
|
1084
1084
|
uniqueSources?: string[] | null | undefined;
|
|
1085
|
-
selectedArticles?:
|
|
1085
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
1086
1086
|
sentiment?: {
|
|
1087
1087
|
positive?: number | null | undefined;
|
|
1088
1088
|
negative?: number | null | undefined;
|
|
@@ -1190,7 +1190,7 @@ declare const NewsClusterSchema: z.ZodObject<{
|
|
|
1190
1190
|
answer?: string | null | undefined;
|
|
1191
1191
|
}[] | null | undefined;
|
|
1192
1192
|
uniqueSources?: string[] | null | undefined;
|
|
1193
|
-
selectedArticles?:
|
|
1193
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
1194
1194
|
sentiment?: {
|
|
1195
1195
|
positive?: number | null | undefined;
|
|
1196
1196
|
negative?: number | null | undefined;
|
|
@@ -1701,7 +1701,7 @@ declare const ArticleSchema: z.ZodObject<{
|
|
|
1701
1701
|
answer?: string | null | undefined;
|
|
1702
1702
|
}>, "many">>>;
|
|
1703
1703
|
uniqueSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1704
|
-
selectedArticles: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
1704
|
+
selectedArticles: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
1705
1705
|
sentiment: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1706
1706
|
positive: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1707
1707
|
negative: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1928,7 +1928,7 @@ declare const ArticleSchema: z.ZodObject<{
|
|
|
1928
1928
|
answer?: string | null | undefined;
|
|
1929
1929
|
}[] | null | undefined;
|
|
1930
1930
|
uniqueSources?: string[] | null | undefined;
|
|
1931
|
-
selectedArticles?:
|
|
1931
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
1932
1932
|
sentiment?: {
|
|
1933
1933
|
positive?: number | null | undefined;
|
|
1934
1934
|
negative?: number | null | undefined;
|
|
@@ -2036,7 +2036,7 @@ declare const ArticleSchema: z.ZodObject<{
|
|
|
2036
2036
|
answer?: string | null | undefined;
|
|
2037
2037
|
}[] | null | undefined;
|
|
2038
2038
|
uniqueSources?: string[] | null | undefined;
|
|
2039
|
-
selectedArticles?:
|
|
2039
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
2040
2040
|
sentiment?: {
|
|
2041
2041
|
positive?: number | null | undefined;
|
|
2042
2042
|
negative?: number | null | undefined;
|
|
@@ -2447,7 +2447,7 @@ declare const ArticleSchema: z.ZodObject<{
|
|
|
2447
2447
|
answer?: string | null | undefined;
|
|
2448
2448
|
}[] | null | undefined;
|
|
2449
2449
|
uniqueSources?: string[] | null | undefined;
|
|
2450
|
-
selectedArticles?:
|
|
2450
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
2451
2451
|
sentiment?: {
|
|
2452
2452
|
positive?: number | null | undefined;
|
|
2453
2453
|
negative?: number | null | undefined;
|
|
@@ -2719,7 +2719,7 @@ declare const ArticleSchema: z.ZodObject<{
|
|
|
2719
2719
|
answer?: string | null | undefined;
|
|
2720
2720
|
}[] | null | undefined;
|
|
2721
2721
|
uniqueSources?: string[] | null | undefined;
|
|
2722
|
-
selectedArticles?:
|
|
2722
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
2723
2723
|
sentiment?: {
|
|
2724
2724
|
positive?: number | null | undefined;
|
|
2725
2725
|
negative?: number | null | undefined;
|
|
@@ -3024,15 +3024,15 @@ declare const ArticleSearchFilterSchema: z.ZodObject<{
|
|
|
3024
3024
|
/**
|
|
3025
3025
|
* Adds additional AND filter objects. These objects must be of the same type as the original filter object and will be combined with the existing filter using the AND logical operator.
|
|
3026
3026
|
*/
|
|
3027
|
-
AND: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
3027
|
+
AND: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
3028
3028
|
/**
|
|
3029
3029
|
* Adds additional OR filter objects. These objects must be of the same type as the original filter object and will be combined with the existing filter using the OR logical operator.
|
|
3030
3030
|
*/
|
|
3031
|
-
OR: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
3031
|
+
OR: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
3032
3032
|
/**
|
|
3033
3033
|
* A filter object for logical NOT operations
|
|
3034
3034
|
*/
|
|
3035
|
-
NOT: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
3035
|
+
NOT: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
3036
3036
|
}, "strip", z.ZodTypeAny, {
|
|
3037
3037
|
country?: string[] | null | undefined;
|
|
3038
3038
|
state?: string[] | null | undefined;
|
|
@@ -3082,9 +3082,9 @@ declare const ArticleSearchFilterSchema: z.ZodObject<{
|
|
|
3082
3082
|
excludePersonWikidataId?: string[] | null | undefined;
|
|
3083
3083
|
personName?: string[] | null | undefined;
|
|
3084
3084
|
excludePersonName?: string[] | null | undefined;
|
|
3085
|
-
AND?:
|
|
3086
|
-
OR?:
|
|
3087
|
-
NOT?:
|
|
3085
|
+
AND?: unknown[] | null | undefined;
|
|
3086
|
+
OR?: unknown[] | null | undefined;
|
|
3087
|
+
NOT?: unknown[] | null | undefined;
|
|
3088
3088
|
}, {
|
|
3089
3089
|
country?: string[] | null | undefined;
|
|
3090
3090
|
state?: string[] | null | undefined;
|
|
@@ -3134,9 +3134,9 @@ declare const ArticleSearchFilterSchema: z.ZodObject<{
|
|
|
3134
3134
|
excludePersonWikidataId?: string[] | null | undefined;
|
|
3135
3135
|
personName?: string[] | null | undefined;
|
|
3136
3136
|
excludePersonName?: string[] | null | undefined;
|
|
3137
|
-
AND?:
|
|
3138
|
-
OR?:
|
|
3139
|
-
NOT?:
|
|
3137
|
+
AND?: unknown[] | null | undefined;
|
|
3138
|
+
OR?: unknown[] | null | undefined;
|
|
3139
|
+
NOT?: unknown[] | null | undefined;
|
|
3140
3140
|
}>;
|
|
3141
3141
|
type ArticleSearchFilter = z.infer<typeof ArticleSearchFilterSchema>;
|
|
3142
3142
|
declare const ArticleSearchParamsSchema: z.ZodObject<{
|
|
@@ -3326,15 +3326,15 @@ declare const ArticleSearchParamsSchema: z.ZodObject<{
|
|
|
3326
3326
|
/**
|
|
3327
3327
|
* Adds additional AND filter objects. These objects must be of the same type as the original filter object and will be combined with the existing filter using the AND logical operator.
|
|
3328
3328
|
*/
|
|
3329
|
-
AND: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
3329
|
+
AND: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
3330
3330
|
/**
|
|
3331
3331
|
* Adds additional OR filter objects. These objects must be of the same type as the original filter object and will be combined with the existing filter using the OR logical operator.
|
|
3332
3332
|
*/
|
|
3333
|
-
OR: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
3333
|
+
OR: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
3334
3334
|
/**
|
|
3335
3335
|
* A filter object for logical NOT operations
|
|
3336
3336
|
*/
|
|
3337
|
-
NOT: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
3337
|
+
NOT: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
3338
3338
|
}, "strip", z.ZodTypeAny, {
|
|
3339
3339
|
country?: string[] | null | undefined;
|
|
3340
3340
|
state?: string[] | null | undefined;
|
|
@@ -3384,9 +3384,9 @@ declare const ArticleSearchParamsSchema: z.ZodObject<{
|
|
|
3384
3384
|
excludePersonWikidataId?: string[] | null | undefined;
|
|
3385
3385
|
personName?: string[] | null | undefined;
|
|
3386
3386
|
excludePersonName?: string[] | null | undefined;
|
|
3387
|
-
AND?:
|
|
3388
|
-
OR?:
|
|
3389
|
-
NOT?:
|
|
3387
|
+
AND?: unknown[] | null | undefined;
|
|
3388
|
+
OR?: unknown[] | null | undefined;
|
|
3389
|
+
NOT?: unknown[] | null | undefined;
|
|
3390
3390
|
}, {
|
|
3391
3391
|
country?: string[] | null | undefined;
|
|
3392
3392
|
state?: string[] | null | undefined;
|
|
@@ -3436,9 +3436,9 @@ declare const ArticleSearchParamsSchema: z.ZodObject<{
|
|
|
3436
3436
|
excludePersonWikidataId?: string[] | null | undefined;
|
|
3437
3437
|
personName?: string[] | null | undefined;
|
|
3438
3438
|
excludePersonName?: string[] | null | undefined;
|
|
3439
|
-
AND?:
|
|
3440
|
-
OR?:
|
|
3441
|
-
NOT?:
|
|
3439
|
+
AND?: unknown[] | null | undefined;
|
|
3440
|
+
OR?: unknown[] | null | undefined;
|
|
3441
|
+
NOT?: unknown[] | null | undefined;
|
|
3442
3442
|
}>>>;
|
|
3443
3443
|
/**
|
|
3444
3444
|
* 'pubDateFrom' filter, will search articles published after the specified date, the date could be passed as ISO or 'yyyy-mm-dd'. Date time in ISO format, ie. 2024-01-01T00:00:00 - Default: Only articles with a pubDate within the last 30 days of the request
|
|
@@ -3511,9 +3511,9 @@ declare const ArticleSearchParamsSchema: z.ZodObject<{
|
|
|
3511
3511
|
excludePersonWikidataId?: string[] | null | undefined;
|
|
3512
3512
|
personName?: string[] | null | undefined;
|
|
3513
3513
|
excludePersonName?: string[] | null | undefined;
|
|
3514
|
-
AND?:
|
|
3515
|
-
OR?:
|
|
3516
|
-
NOT?:
|
|
3514
|
+
AND?: unknown[] | null | undefined;
|
|
3515
|
+
OR?: unknown[] | null | undefined;
|
|
3516
|
+
NOT?: unknown[] | null | undefined;
|
|
3517
3517
|
} | null | undefined;
|
|
3518
3518
|
pubDateFrom?: string | null | undefined;
|
|
3519
3519
|
pubDateTo?: string | null | undefined;
|
|
@@ -3571,9 +3571,9 @@ declare const ArticleSearchParamsSchema: z.ZodObject<{
|
|
|
3571
3571
|
excludePersonWikidataId?: string[] | null | undefined;
|
|
3572
3572
|
personName?: string[] | null | undefined;
|
|
3573
3573
|
excludePersonName?: string[] | null | undefined;
|
|
3574
|
-
AND?:
|
|
3575
|
-
OR?:
|
|
3576
|
-
NOT?:
|
|
3574
|
+
AND?: unknown[] | null | undefined;
|
|
3575
|
+
OR?: unknown[] | null | undefined;
|
|
3576
|
+
NOT?: unknown[] | null | undefined;
|
|
3577
3577
|
} | null | undefined;
|
|
3578
3578
|
pubDateFrom?: string | null | undefined;
|
|
3579
3579
|
pubDateTo?: string | null | undefined;
|
|
@@ -3971,7 +3971,7 @@ declare const ScoredDataArticleSchema: z.ZodObject<{
|
|
|
3971
3971
|
answer?: string | null | undefined;
|
|
3972
3972
|
}>, "many">>>;
|
|
3973
3973
|
uniqueSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3974
|
-
selectedArticles: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
3974
|
+
selectedArticles: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
3975
3975
|
sentiment: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
3976
3976
|
positive: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
3977
3977
|
negative: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -4198,7 +4198,7 @@ declare const ScoredDataArticleSchema: z.ZodObject<{
|
|
|
4198
4198
|
answer?: string | null | undefined;
|
|
4199
4199
|
}[] | null | undefined;
|
|
4200
4200
|
uniqueSources?: string[] | null | undefined;
|
|
4201
|
-
selectedArticles?:
|
|
4201
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
4202
4202
|
sentiment?: {
|
|
4203
4203
|
positive?: number | null | undefined;
|
|
4204
4204
|
negative?: number | null | undefined;
|
|
@@ -4306,7 +4306,7 @@ declare const ScoredDataArticleSchema: z.ZodObject<{
|
|
|
4306
4306
|
answer?: string | null | undefined;
|
|
4307
4307
|
}[] | null | undefined;
|
|
4308
4308
|
uniqueSources?: string[] | null | undefined;
|
|
4309
|
-
selectedArticles?:
|
|
4309
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
4310
4310
|
sentiment?: {
|
|
4311
4311
|
positive?: number | null | undefined;
|
|
4312
4312
|
negative?: number | null | undefined;
|
|
@@ -4717,7 +4717,7 @@ declare const ScoredDataArticleSchema: z.ZodObject<{
|
|
|
4717
4717
|
answer?: string | null | undefined;
|
|
4718
4718
|
}[] | null | undefined;
|
|
4719
4719
|
uniqueSources?: string[] | null | undefined;
|
|
4720
|
-
selectedArticles?:
|
|
4720
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
4721
4721
|
sentiment?: {
|
|
4722
4722
|
positive?: number | null | undefined;
|
|
4723
4723
|
negative?: number | null | undefined;
|
|
@@ -4989,7 +4989,7 @@ declare const ScoredDataArticleSchema: z.ZodObject<{
|
|
|
4989
4989
|
answer?: string | null | undefined;
|
|
4990
4990
|
}[] | null | undefined;
|
|
4991
4991
|
uniqueSources?: string[] | null | undefined;
|
|
4992
|
-
selectedArticles?:
|
|
4992
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
4993
4993
|
sentiment?: {
|
|
4994
4994
|
positive?: number | null | undefined;
|
|
4995
4995
|
negative?: number | null | undefined;
|
|
@@ -5264,7 +5264,7 @@ declare const ScoredDataArticleSchema: z.ZodObject<{
|
|
|
5264
5264
|
answer?: string | null | undefined;
|
|
5265
5265
|
}[] | null | undefined;
|
|
5266
5266
|
uniqueSources?: string[] | null | undefined;
|
|
5267
|
-
selectedArticles?:
|
|
5267
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
5268
5268
|
sentiment?: {
|
|
5269
5269
|
positive?: number | null | undefined;
|
|
5270
5270
|
negative?: number | null | undefined;
|
|
@@ -5539,7 +5539,7 @@ declare const ScoredDataArticleSchema: z.ZodObject<{
|
|
|
5539
5539
|
answer?: string | null | undefined;
|
|
5540
5540
|
}[] | null | undefined;
|
|
5541
5541
|
uniqueSources?: string[] | null | undefined;
|
|
5542
|
-
selectedArticles?:
|
|
5542
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
5543
5543
|
sentiment?: {
|
|
5544
5544
|
positive?: number | null | undefined;
|
|
5545
5545
|
negative?: number | null | undefined;
|
|
@@ -6040,7 +6040,7 @@ declare const ArticlesVectorSearchResultSchema: z.ZodObject<{
|
|
|
6040
6040
|
answer?: string | null | undefined;
|
|
6041
6041
|
}>, "many">>>;
|
|
6042
6042
|
uniqueSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
6043
|
-
selectedArticles: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
6043
|
+
selectedArticles: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
6044
6044
|
sentiment: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
6045
6045
|
positive: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
6046
6046
|
negative: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -6267,7 +6267,7 @@ declare const ArticlesVectorSearchResultSchema: z.ZodObject<{
|
|
|
6267
6267
|
answer?: string | null | undefined;
|
|
6268
6268
|
}[] | null | undefined;
|
|
6269
6269
|
uniqueSources?: string[] | null | undefined;
|
|
6270
|
-
selectedArticles?:
|
|
6270
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
6271
6271
|
sentiment?: {
|
|
6272
6272
|
positive?: number | null | undefined;
|
|
6273
6273
|
negative?: number | null | undefined;
|
|
@@ -6375,7 +6375,7 @@ declare const ArticlesVectorSearchResultSchema: z.ZodObject<{
|
|
|
6375
6375
|
answer?: string | null | undefined;
|
|
6376
6376
|
}[] | null | undefined;
|
|
6377
6377
|
uniqueSources?: string[] | null | undefined;
|
|
6378
|
-
selectedArticles?:
|
|
6378
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
6379
6379
|
sentiment?: {
|
|
6380
6380
|
positive?: number | null | undefined;
|
|
6381
6381
|
negative?: number | null | undefined;
|
|
@@ -6786,7 +6786,7 @@ declare const ArticlesVectorSearchResultSchema: z.ZodObject<{
|
|
|
6786
6786
|
answer?: string | null | undefined;
|
|
6787
6787
|
}[] | null | undefined;
|
|
6788
6788
|
uniqueSources?: string[] | null | undefined;
|
|
6789
|
-
selectedArticles?:
|
|
6789
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
6790
6790
|
sentiment?: {
|
|
6791
6791
|
positive?: number | null | undefined;
|
|
6792
6792
|
negative?: number | null | undefined;
|
|
@@ -7058,7 +7058,7 @@ declare const ArticlesVectorSearchResultSchema: z.ZodObject<{
|
|
|
7058
7058
|
answer?: string | null | undefined;
|
|
7059
7059
|
}[] | null | undefined;
|
|
7060
7060
|
uniqueSources?: string[] | null | undefined;
|
|
7061
|
-
selectedArticles?:
|
|
7061
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
7062
7062
|
sentiment?: {
|
|
7063
7063
|
positive?: number | null | undefined;
|
|
7064
7064
|
negative?: number | null | undefined;
|
|
@@ -7333,7 +7333,7 @@ declare const ArticlesVectorSearchResultSchema: z.ZodObject<{
|
|
|
7333
7333
|
answer?: string | null | undefined;
|
|
7334
7334
|
}[] | null | undefined;
|
|
7335
7335
|
uniqueSources?: string[] | null | undefined;
|
|
7336
|
-
selectedArticles?:
|
|
7336
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
7337
7337
|
sentiment?: {
|
|
7338
7338
|
positive?: number | null | undefined;
|
|
7339
7339
|
negative?: number | null | undefined;
|
|
@@ -7608,7 +7608,7 @@ declare const ArticlesVectorSearchResultSchema: z.ZodObject<{
|
|
|
7608
7608
|
answer?: string | null | undefined;
|
|
7609
7609
|
}[] | null | undefined;
|
|
7610
7610
|
uniqueSources?: string[] | null | undefined;
|
|
7611
|
-
selectedArticles?:
|
|
7611
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
7612
7612
|
sentiment?: {
|
|
7613
7613
|
positive?: number | null | undefined;
|
|
7614
7614
|
negative?: number | null | undefined;
|
|
@@ -7886,7 +7886,7 @@ declare const ArticlesVectorSearchResultSchema: z.ZodObject<{
|
|
|
7886
7886
|
answer?: string | null | undefined;
|
|
7887
7887
|
}[] | null | undefined;
|
|
7888
7888
|
uniqueSources?: string[] | null | undefined;
|
|
7889
|
-
selectedArticles?:
|
|
7889
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
7890
7890
|
sentiment?: {
|
|
7891
7891
|
positive?: number | null | undefined;
|
|
7892
7892
|
negative?: number | null | undefined;
|
|
@@ -8164,7 +8164,7 @@ declare const ArticlesVectorSearchResultSchema: z.ZodObject<{
|
|
|
8164
8164
|
answer?: string | null | undefined;
|
|
8165
8165
|
}[] | null | undefined;
|
|
8166
8166
|
uniqueSources?: string[] | null | undefined;
|
|
8167
|
-
selectedArticles?:
|
|
8167
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
8168
8168
|
sentiment?: {
|
|
8169
8169
|
positive?: number | null | undefined;
|
|
8170
8170
|
negative?: number | null | undefined;
|
|
@@ -11466,7 +11466,7 @@ declare const QuerySearchResultSchema: z.ZodObject<{
|
|
|
11466
11466
|
answer?: string | null | undefined;
|
|
11467
11467
|
}>, "many">>>;
|
|
11468
11468
|
uniqueSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11469
|
-
selectedArticles: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
11469
|
+
selectedArticles: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
11470
11470
|
sentiment: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
11471
11471
|
positive: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
11472
11472
|
negative: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -11693,7 +11693,7 @@ declare const QuerySearchResultSchema: z.ZodObject<{
|
|
|
11693
11693
|
answer?: string | null | undefined;
|
|
11694
11694
|
}[] | null | undefined;
|
|
11695
11695
|
uniqueSources?: string[] | null | undefined;
|
|
11696
|
-
selectedArticles?:
|
|
11696
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
11697
11697
|
sentiment?: {
|
|
11698
11698
|
positive?: number | null | undefined;
|
|
11699
11699
|
negative?: number | null | undefined;
|
|
@@ -11801,7 +11801,7 @@ declare const QuerySearchResultSchema: z.ZodObject<{
|
|
|
11801
11801
|
answer?: string | null | undefined;
|
|
11802
11802
|
}[] | null | undefined;
|
|
11803
11803
|
uniqueSources?: string[] | null | undefined;
|
|
11804
|
-
selectedArticles?:
|
|
11804
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
11805
11805
|
sentiment?: {
|
|
11806
11806
|
positive?: number | null | undefined;
|
|
11807
11807
|
negative?: number | null | undefined;
|
|
@@ -12212,7 +12212,7 @@ declare const QuerySearchResultSchema: z.ZodObject<{
|
|
|
12212
12212
|
answer?: string | null | undefined;
|
|
12213
12213
|
}[] | null | undefined;
|
|
12214
12214
|
uniqueSources?: string[] | null | undefined;
|
|
12215
|
-
selectedArticles?:
|
|
12215
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
12216
12216
|
sentiment?: {
|
|
12217
12217
|
positive?: number | null | undefined;
|
|
12218
12218
|
negative?: number | null | undefined;
|
|
@@ -12484,7 +12484,7 @@ declare const QuerySearchResultSchema: z.ZodObject<{
|
|
|
12484
12484
|
answer?: string | null | undefined;
|
|
12485
12485
|
}[] | null | undefined;
|
|
12486
12486
|
uniqueSources?: string[] | null | undefined;
|
|
12487
|
-
selectedArticles?:
|
|
12487
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
12488
12488
|
sentiment?: {
|
|
12489
12489
|
positive?: number | null | undefined;
|
|
12490
12490
|
negative?: number | null | undefined;
|
|
@@ -12760,7 +12760,7 @@ declare const QuerySearchResultSchema: z.ZodObject<{
|
|
|
12760
12760
|
answer?: string | null | undefined;
|
|
12761
12761
|
}[] | null | undefined;
|
|
12762
12762
|
uniqueSources?: string[] | null | undefined;
|
|
12763
|
-
selectedArticles?:
|
|
12763
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
12764
12764
|
sentiment?: {
|
|
12765
12765
|
positive?: number | null | undefined;
|
|
12766
12766
|
negative?: number | null | undefined;
|
|
@@ -13036,7 +13036,7 @@ declare const QuerySearchResultSchema: z.ZodObject<{
|
|
|
13036
13036
|
answer?: string | null | undefined;
|
|
13037
13037
|
}[] | null | undefined;
|
|
13038
13038
|
uniqueSources?: string[] | null | undefined;
|
|
13039
|
-
selectedArticles?:
|
|
13039
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
13040
13040
|
sentiment?: {
|
|
13041
13041
|
positive?: number | null | undefined;
|
|
13042
13042
|
negative?: number | null | undefined;
|
|
@@ -13981,7 +13981,7 @@ declare const StorySearchResultSchema: z.ZodObject<{
|
|
|
13981
13981
|
answer?: string | null | undefined;
|
|
13982
13982
|
}>, "many">>>;
|
|
13983
13983
|
uniqueSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13984
|
-
selectedArticles: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
13984
|
+
selectedArticles: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
13985
13985
|
sentiment: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
13986
13986
|
positive: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
13987
13987
|
negative: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -14208,7 +14208,7 @@ declare const StorySearchResultSchema: z.ZodObject<{
|
|
|
14208
14208
|
answer?: string | null | undefined;
|
|
14209
14209
|
}[] | null | undefined;
|
|
14210
14210
|
uniqueSources?: string[] | null | undefined;
|
|
14211
|
-
selectedArticles?:
|
|
14211
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
14212
14212
|
sentiment?: {
|
|
14213
14213
|
positive?: number | null | undefined;
|
|
14214
14214
|
negative?: number | null | undefined;
|
|
@@ -14316,7 +14316,7 @@ declare const StorySearchResultSchema: z.ZodObject<{
|
|
|
14316
14316
|
answer?: string | null | undefined;
|
|
14317
14317
|
}[] | null | undefined;
|
|
14318
14318
|
uniqueSources?: string[] | null | undefined;
|
|
14319
|
-
selectedArticles?:
|
|
14319
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
14320
14320
|
sentiment?: {
|
|
14321
14321
|
positive?: number | null | undefined;
|
|
14322
14322
|
negative?: number | null | undefined;
|
|
@@ -14427,7 +14427,7 @@ declare const StorySearchResultSchema: z.ZodObject<{
|
|
|
14427
14427
|
answer?: string | null | undefined;
|
|
14428
14428
|
}[] | null | undefined;
|
|
14429
14429
|
uniqueSources?: string[] | null | undefined;
|
|
14430
|
-
selectedArticles?:
|
|
14430
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
14431
14431
|
sentiment?: {
|
|
14432
14432
|
positive?: number | null | undefined;
|
|
14433
14433
|
negative?: number | null | undefined;
|
|
@@ -14539,7 +14539,7 @@ declare const StorySearchResultSchema: z.ZodObject<{
|
|
|
14539
14539
|
answer?: string | null | undefined;
|
|
14540
14540
|
}[] | null | undefined;
|
|
14541
14541
|
uniqueSources?: string[] | null | undefined;
|
|
14542
|
-
selectedArticles?:
|
|
14542
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
14543
14543
|
sentiment?: {
|
|
14544
14544
|
positive?: number | null | undefined;
|
|
14545
14545
|
negative?: number | null | undefined;
|
|
@@ -15050,7 +15050,7 @@ declare const SummarySearchResultSchema: z.ZodObject<{
|
|
|
15050
15050
|
answer?: string | null | undefined;
|
|
15051
15051
|
}>, "many">>>;
|
|
15052
15052
|
uniqueSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
15053
|
-
selectedArticles: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
15053
|
+
selectedArticles: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
15054
15054
|
sentiment: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
15055
15055
|
positive: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
15056
15056
|
negative: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -15277,7 +15277,7 @@ declare const SummarySearchResultSchema: z.ZodObject<{
|
|
|
15277
15277
|
answer?: string | null | undefined;
|
|
15278
15278
|
}[] | null | undefined;
|
|
15279
15279
|
uniqueSources?: string[] | null | undefined;
|
|
15280
|
-
selectedArticles?:
|
|
15280
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
15281
15281
|
sentiment?: {
|
|
15282
15282
|
positive?: number | null | undefined;
|
|
15283
15283
|
negative?: number | null | undefined;
|
|
@@ -15385,7 +15385,7 @@ declare const SummarySearchResultSchema: z.ZodObject<{
|
|
|
15385
15385
|
answer?: string | null | undefined;
|
|
15386
15386
|
}[] | null | undefined;
|
|
15387
15387
|
uniqueSources?: string[] | null | undefined;
|
|
15388
|
-
selectedArticles?:
|
|
15388
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
15389
15389
|
sentiment?: {
|
|
15390
15390
|
positive?: number | null | undefined;
|
|
15391
15391
|
negative?: number | null | undefined;
|
|
@@ -15796,7 +15796,7 @@ declare const SummarySearchResultSchema: z.ZodObject<{
|
|
|
15796
15796
|
answer?: string | null | undefined;
|
|
15797
15797
|
}[] | null | undefined;
|
|
15798
15798
|
uniqueSources?: string[] | null | undefined;
|
|
15799
|
-
selectedArticles?:
|
|
15799
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
15800
15800
|
sentiment?: {
|
|
15801
15801
|
positive?: number | null | undefined;
|
|
15802
15802
|
negative?: number | null | undefined;
|
|
@@ -16068,7 +16068,7 @@ declare const SummarySearchResultSchema: z.ZodObject<{
|
|
|
16068
16068
|
answer?: string | null | undefined;
|
|
16069
16069
|
}[] | null | undefined;
|
|
16070
16070
|
uniqueSources?: string[] | null | undefined;
|
|
16071
|
-
selectedArticles?:
|
|
16071
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
16072
16072
|
sentiment?: {
|
|
16073
16073
|
positive?: number | null | undefined;
|
|
16074
16074
|
negative?: number | null | undefined;
|
|
@@ -16344,7 +16344,7 @@ declare const SummarySearchResultSchema: z.ZodObject<{
|
|
|
16344
16344
|
answer?: string | null | undefined;
|
|
16345
16345
|
}[] | null | undefined;
|
|
16346
16346
|
uniqueSources?: string[] | null | undefined;
|
|
16347
|
-
selectedArticles?:
|
|
16347
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
16348
16348
|
sentiment?: {
|
|
16349
16349
|
positive?: number | null | undefined;
|
|
16350
16350
|
negative?: number | null | undefined;
|
|
@@ -16621,7 +16621,7 @@ declare const SummarySearchResultSchema: z.ZodObject<{
|
|
|
16621
16621
|
answer?: string | null | undefined;
|
|
16622
16622
|
}[] | null | undefined;
|
|
16623
16623
|
uniqueSources?: string[] | null | undefined;
|
|
16624
|
-
selectedArticles?:
|
|
16624
|
+
selectedArticles?: unknown[] | null | undefined;
|
|
16625
16625
|
sentiment?: {
|
|
16626
16626
|
positive?: number | null | undefined;
|
|
16627
16627
|
negative?: number | null | undefined;
|
|
@@ -17249,20 +17249,20 @@ declare const WikipediaSearchFilterSchema: z.ZodObject<{
|
|
|
17249
17249
|
/**
|
|
17250
17250
|
* Adds additional AND filter objects. These objects must be of the same type as the original filter object and will be combined with the existing filter using the AND logical operator.
|
|
17251
17251
|
*/
|
|
17252
|
-
AND: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
17252
|
+
AND: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
17253
17253
|
/**
|
|
17254
17254
|
* Adds additional OR filter objects. These objects must be of the same type as the original filter object and will be combined with the existing filter using the OR logical operator.
|
|
17255
17255
|
*/
|
|
17256
|
-
OR: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
17256
|
+
OR: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
17257
17257
|
/**
|
|
17258
17258
|
* A filter object for logical NOT operations
|
|
17259
17259
|
*/
|
|
17260
|
-
NOT: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
17260
|
+
NOT: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
17261
17261
|
}, "strip", z.ZodTypeAny, {
|
|
17262
17262
|
wikidataId?: string[] | null | undefined;
|
|
17263
|
-
AND?:
|
|
17264
|
-
OR?:
|
|
17265
|
-
NOT?:
|
|
17263
|
+
AND?: unknown[] | null | undefined;
|
|
17264
|
+
OR?: unknown[] | null | undefined;
|
|
17265
|
+
NOT?: unknown[] | null | undefined;
|
|
17266
17266
|
pageId?: string[] | null | undefined;
|
|
17267
17267
|
sectionId?: string[] | null | undefined;
|
|
17268
17268
|
wikiPageId?: number[] | null | undefined;
|
|
@@ -17273,9 +17273,9 @@ declare const WikipediaSearchFilterSchema: z.ZodObject<{
|
|
|
17273
17273
|
wikidataInstanceOfLabel?: string[] | null | undefined;
|
|
17274
17274
|
}, {
|
|
17275
17275
|
wikidataId?: string[] | null | undefined;
|
|
17276
|
-
AND?:
|
|
17277
|
-
OR?:
|
|
17278
|
-
NOT?:
|
|
17276
|
+
AND?: unknown[] | null | undefined;
|
|
17277
|
+
OR?: unknown[] | null | undefined;
|
|
17278
|
+
NOT?: unknown[] | null | undefined;
|
|
17279
17279
|
pageId?: string[] | null | undefined;
|
|
17280
17280
|
sectionId?: string[] | null | undefined;
|
|
17281
17281
|
wikiPageId?: number[] | null | undefined;
|
|
@@ -17331,20 +17331,20 @@ declare const WikipediaSearchParamsSchema: z.ZodObject<{
|
|
|
17331
17331
|
/**
|
|
17332
17332
|
* Adds additional AND filter objects. These objects must be of the same type as the original filter object and will be combined with the existing filter using the AND logical operator.
|
|
17333
17333
|
*/
|
|
17334
|
-
AND: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
17334
|
+
AND: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
17335
17335
|
/**
|
|
17336
17336
|
* Adds additional OR filter objects. These objects must be of the same type as the original filter object and will be combined with the existing filter using the OR logical operator.
|
|
17337
17337
|
*/
|
|
17338
|
-
OR: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
17338
|
+
OR: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
17339
17339
|
/**
|
|
17340
17340
|
* A filter object for logical NOT operations
|
|
17341
17341
|
*/
|
|
17342
|
-
NOT: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
17342
|
+
NOT: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
17343
17343
|
}, "strip", z.ZodTypeAny, {
|
|
17344
17344
|
wikidataId?: string[] | null | undefined;
|
|
17345
|
-
AND?:
|
|
17346
|
-
OR?:
|
|
17347
|
-
NOT?:
|
|
17345
|
+
AND?: unknown[] | null | undefined;
|
|
17346
|
+
OR?: unknown[] | null | undefined;
|
|
17347
|
+
NOT?: unknown[] | null | undefined;
|
|
17348
17348
|
pageId?: string[] | null | undefined;
|
|
17349
17349
|
sectionId?: string[] | null | undefined;
|
|
17350
17350
|
wikiPageId?: number[] | null | undefined;
|
|
@@ -17355,9 +17355,9 @@ declare const WikipediaSearchParamsSchema: z.ZodObject<{
|
|
|
17355
17355
|
wikidataInstanceOfLabel?: string[] | null | undefined;
|
|
17356
17356
|
}, {
|
|
17357
17357
|
wikidataId?: string[] | null | undefined;
|
|
17358
|
-
AND?:
|
|
17359
|
-
OR?:
|
|
17360
|
-
NOT?:
|
|
17358
|
+
AND?: unknown[] | null | undefined;
|
|
17359
|
+
OR?: unknown[] | null | undefined;
|
|
17360
|
+
NOT?: unknown[] | null | undefined;
|
|
17361
17361
|
pageId?: string[] | null | undefined;
|
|
17362
17362
|
sectionId?: string[] | null | undefined;
|
|
17363
17363
|
wikiPageId?: number[] | null | undefined;
|
|
@@ -17395,9 +17395,9 @@ declare const WikipediaSearchParamsSchema: z.ZodObject<{
|
|
|
17395
17395
|
prompt: string;
|
|
17396
17396
|
filter?: {
|
|
17397
17397
|
wikidataId?: string[] | null | undefined;
|
|
17398
|
-
AND?:
|
|
17399
|
-
OR?:
|
|
17400
|
-
NOT?:
|
|
17398
|
+
AND?: unknown[] | null | undefined;
|
|
17399
|
+
OR?: unknown[] | null | undefined;
|
|
17400
|
+
NOT?: unknown[] | null | undefined;
|
|
17401
17401
|
pageId?: string[] | null | undefined;
|
|
17402
17402
|
sectionId?: string[] | null | undefined;
|
|
17403
17403
|
wikiPageId?: number[] | null | undefined;
|
|
@@ -17417,9 +17417,9 @@ declare const WikipediaSearchParamsSchema: z.ZodObject<{
|
|
|
17417
17417
|
prompt: string;
|
|
17418
17418
|
filter?: {
|
|
17419
17419
|
wikidataId?: string[] | null | undefined;
|
|
17420
|
-
AND?:
|
|
17421
|
-
OR?:
|
|
17422
|
-
NOT?:
|
|
17420
|
+
AND?: unknown[] | null | undefined;
|
|
17421
|
+
OR?: unknown[] | null | undefined;
|
|
17422
|
+
NOT?: unknown[] | null | undefined;
|
|
17423
17423
|
pageId?: string[] | null | undefined;
|
|
17424
17424
|
sectionId?: string[] | null | undefined;
|
|
17425
17425
|
wikiPageId?: number[] | null | undefined;
|
|
@@ -21825,9 +21825,9 @@ declare const VectorSearchArticlesBodySchema: z.ZodObject<{
|
|
|
21825
21825
|
excludePersonWikidataId: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21826
21826
|
personName: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21827
21827
|
excludePersonName: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21828
|
-
AND: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
21829
|
-
OR: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
21830
|
-
NOT: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
21828
|
+
AND: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
21829
|
+
OR: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
21830
|
+
NOT: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
21831
21831
|
}, "strip", z.ZodTypeAny, {
|
|
21832
21832
|
country?: string[] | null | undefined;
|
|
21833
21833
|
state?: string[] | null | undefined;
|
|
@@ -21877,9 +21877,9 @@ declare const VectorSearchArticlesBodySchema: z.ZodObject<{
|
|
|
21877
21877
|
excludePersonWikidataId?: string[] | null | undefined;
|
|
21878
21878
|
personName?: string[] | null | undefined;
|
|
21879
21879
|
excludePersonName?: string[] | null | undefined;
|
|
21880
|
-
AND?:
|
|
21881
|
-
OR?:
|
|
21882
|
-
NOT?:
|
|
21880
|
+
AND?: unknown[] | null | undefined;
|
|
21881
|
+
OR?: unknown[] | null | undefined;
|
|
21882
|
+
NOT?: unknown[] | null | undefined;
|
|
21883
21883
|
}, {
|
|
21884
21884
|
country?: string[] | null | undefined;
|
|
21885
21885
|
state?: string[] | null | undefined;
|
|
@@ -21929,9 +21929,9 @@ declare const VectorSearchArticlesBodySchema: z.ZodObject<{
|
|
|
21929
21929
|
excludePersonWikidataId?: string[] | null | undefined;
|
|
21930
21930
|
personName?: string[] | null | undefined;
|
|
21931
21931
|
excludePersonName?: string[] | null | undefined;
|
|
21932
|
-
AND?:
|
|
21933
|
-
OR?:
|
|
21934
|
-
NOT?:
|
|
21932
|
+
AND?: unknown[] | null | undefined;
|
|
21933
|
+
OR?: unknown[] | null | undefined;
|
|
21934
|
+
NOT?: unknown[] | null | undefined;
|
|
21935
21935
|
}>>>;
|
|
21936
21936
|
pubDateFrom: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
21937
21937
|
pubDateTo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -21989,9 +21989,9 @@ declare const VectorSearchArticlesBodySchema: z.ZodObject<{
|
|
|
21989
21989
|
excludePersonWikidataId?: string[] | null | undefined;
|
|
21990
21990
|
personName?: string[] | null | undefined;
|
|
21991
21991
|
excludePersonName?: string[] | null | undefined;
|
|
21992
|
-
AND?:
|
|
21993
|
-
OR?:
|
|
21994
|
-
NOT?:
|
|
21992
|
+
AND?: unknown[] | null | undefined;
|
|
21993
|
+
OR?: unknown[] | null | undefined;
|
|
21994
|
+
NOT?: unknown[] | null | undefined;
|
|
21995
21995
|
} | null | undefined;
|
|
21996
21996
|
pubDateFrom?: string | null | undefined;
|
|
21997
21997
|
pubDateTo?: string | null | undefined;
|
|
@@ -22049,9 +22049,9 @@ declare const VectorSearchArticlesBodySchema: z.ZodObject<{
|
|
|
22049
22049
|
excludePersonWikidataId?: string[] | null | undefined;
|
|
22050
22050
|
personName?: string[] | null | undefined;
|
|
22051
22051
|
excludePersonName?: string[] | null | undefined;
|
|
22052
|
-
AND?:
|
|
22053
|
-
OR?:
|
|
22054
|
-
NOT?:
|
|
22052
|
+
AND?: unknown[] | null | undefined;
|
|
22053
|
+
OR?: unknown[] | null | undefined;
|
|
22054
|
+
NOT?: unknown[] | null | undefined;
|
|
22055
22055
|
} | null | undefined;
|
|
22056
22056
|
pubDateFrom?: string | null | undefined;
|
|
22057
22057
|
pubDateTo?: string | null | undefined;
|
|
@@ -22111,9 +22111,9 @@ declare const VectorSearchArticlesBodySchema: z.ZodObject<{
|
|
|
22111
22111
|
excludePersonWikidataId?: string[] | null | undefined;
|
|
22112
22112
|
personName?: string[] | null | undefined;
|
|
22113
22113
|
excludePersonName?: string[] | null | undefined;
|
|
22114
|
-
AND?:
|
|
22115
|
-
OR?:
|
|
22116
|
-
NOT?:
|
|
22114
|
+
AND?: unknown[] | null | undefined;
|
|
22115
|
+
OR?: unknown[] | null | undefined;
|
|
22116
|
+
NOT?: unknown[] | null | undefined;
|
|
22117
22117
|
} | null | undefined;
|
|
22118
22118
|
pubDateFrom?: string | null | undefined;
|
|
22119
22119
|
pubDateTo?: string | null | undefined;
|
|
@@ -22173,9 +22173,9 @@ declare const VectorSearchArticlesBodySchema: z.ZodObject<{
|
|
|
22173
22173
|
excludePersonWikidataId?: string[] | null | undefined;
|
|
22174
22174
|
personName?: string[] | null | undefined;
|
|
22175
22175
|
excludePersonName?: string[] | null | undefined;
|
|
22176
|
-
AND?:
|
|
22177
|
-
OR?:
|
|
22178
|
-
NOT?:
|
|
22176
|
+
AND?: unknown[] | null | undefined;
|
|
22177
|
+
OR?: unknown[] | null | undefined;
|
|
22178
|
+
NOT?: unknown[] | null | undefined;
|
|
22179
22179
|
} | null | undefined;
|
|
22180
22180
|
pubDateFrom?: string | null | undefined;
|
|
22181
22181
|
pubDateTo?: string | null | undefined;
|
|
@@ -22256,9 +22256,9 @@ declare const VectorSearchArticlesRequestSchema: z.ZodObject<{
|
|
|
22256
22256
|
excludePersonWikidataId: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
22257
22257
|
personName: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
22258
22258
|
excludePersonName: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
22259
|
-
AND: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
22260
|
-
OR: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
22261
|
-
NOT: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
22259
|
+
AND: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
22260
|
+
OR: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
22261
|
+
NOT: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
22262
22262
|
}, "strip", z.ZodTypeAny, {
|
|
22263
22263
|
country?: string[] | null | undefined;
|
|
22264
22264
|
state?: string[] | null | undefined;
|
|
@@ -22308,9 +22308,9 @@ declare const VectorSearchArticlesRequestSchema: z.ZodObject<{
|
|
|
22308
22308
|
excludePersonWikidataId?: string[] | null | undefined;
|
|
22309
22309
|
personName?: string[] | null | undefined;
|
|
22310
22310
|
excludePersonName?: string[] | null | undefined;
|
|
22311
|
-
AND?:
|
|
22312
|
-
OR?:
|
|
22313
|
-
NOT?:
|
|
22311
|
+
AND?: unknown[] | null | undefined;
|
|
22312
|
+
OR?: unknown[] | null | undefined;
|
|
22313
|
+
NOT?: unknown[] | null | undefined;
|
|
22314
22314
|
}, {
|
|
22315
22315
|
country?: string[] | null | undefined;
|
|
22316
22316
|
state?: string[] | null | undefined;
|
|
@@ -22360,9 +22360,9 @@ declare const VectorSearchArticlesRequestSchema: z.ZodObject<{
|
|
|
22360
22360
|
excludePersonWikidataId?: string[] | null | undefined;
|
|
22361
22361
|
personName?: string[] | null | undefined;
|
|
22362
22362
|
excludePersonName?: string[] | null | undefined;
|
|
22363
|
-
AND?:
|
|
22364
|
-
OR?:
|
|
22365
|
-
NOT?:
|
|
22363
|
+
AND?: unknown[] | null | undefined;
|
|
22364
|
+
OR?: unknown[] | null | undefined;
|
|
22365
|
+
NOT?: unknown[] | null | undefined;
|
|
22366
22366
|
}>>>;
|
|
22367
22367
|
pubDateFrom: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
22368
22368
|
pubDateTo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -22420,9 +22420,9 @@ declare const VectorSearchArticlesRequestSchema: z.ZodObject<{
|
|
|
22420
22420
|
excludePersonWikidataId?: string[] | null | undefined;
|
|
22421
22421
|
personName?: string[] | null | undefined;
|
|
22422
22422
|
excludePersonName?: string[] | null | undefined;
|
|
22423
|
-
AND?:
|
|
22424
|
-
OR?:
|
|
22425
|
-
NOT?:
|
|
22423
|
+
AND?: unknown[] | null | undefined;
|
|
22424
|
+
OR?: unknown[] | null | undefined;
|
|
22425
|
+
NOT?: unknown[] | null | undefined;
|
|
22426
22426
|
} | null | undefined;
|
|
22427
22427
|
pubDateFrom?: string | null | undefined;
|
|
22428
22428
|
pubDateTo?: string | null | undefined;
|
|
@@ -22480,9 +22480,9 @@ declare const VectorSearchArticlesRequestSchema: z.ZodObject<{
|
|
|
22480
22480
|
excludePersonWikidataId?: string[] | null | undefined;
|
|
22481
22481
|
personName?: string[] | null | undefined;
|
|
22482
22482
|
excludePersonName?: string[] | null | undefined;
|
|
22483
|
-
AND?:
|
|
22484
|
-
OR?:
|
|
22485
|
-
NOT?:
|
|
22483
|
+
AND?: unknown[] | null | undefined;
|
|
22484
|
+
OR?: unknown[] | null | undefined;
|
|
22485
|
+
NOT?: unknown[] | null | undefined;
|
|
22486
22486
|
} | null | undefined;
|
|
22487
22487
|
pubDateFrom?: string | null | undefined;
|
|
22488
22488
|
pubDateTo?: string | null | undefined;
|
|
@@ -22542,9 +22542,9 @@ declare const VectorSearchArticlesRequestSchema: z.ZodObject<{
|
|
|
22542
22542
|
excludePersonWikidataId?: string[] | null | undefined;
|
|
22543
22543
|
personName?: string[] | null | undefined;
|
|
22544
22544
|
excludePersonName?: string[] | null | undefined;
|
|
22545
|
-
AND?:
|
|
22546
|
-
OR?:
|
|
22547
|
-
NOT?:
|
|
22545
|
+
AND?: unknown[] | null | undefined;
|
|
22546
|
+
OR?: unknown[] | null | undefined;
|
|
22547
|
+
NOT?: unknown[] | null | undefined;
|
|
22548
22548
|
} | null | undefined;
|
|
22549
22549
|
pubDateFrom?: string | null | undefined;
|
|
22550
22550
|
pubDateTo?: string | null | undefined;
|
|
@@ -22604,9 +22604,9 @@ declare const VectorSearchArticlesRequestSchema: z.ZodObject<{
|
|
|
22604
22604
|
excludePersonWikidataId?: string[] | null | undefined;
|
|
22605
22605
|
personName?: string[] | null | undefined;
|
|
22606
22606
|
excludePersonName?: string[] | null | undefined;
|
|
22607
|
-
AND?:
|
|
22608
|
-
OR?:
|
|
22609
|
-
NOT?:
|
|
22607
|
+
AND?: unknown[] | null | undefined;
|
|
22608
|
+
OR?: unknown[] | null | undefined;
|
|
22609
|
+
NOT?: unknown[] | null | undefined;
|
|
22610
22610
|
} | null | undefined;
|
|
22611
22611
|
pubDateFrom?: string | null | undefined;
|
|
22612
22612
|
pubDateTo?: string | null | undefined;
|
|
@@ -22633,14 +22633,14 @@ declare const VectorSearchWikipediaBodySchema: z.ZodObject<{
|
|
|
22633
22633
|
wikidataId: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
22634
22634
|
wikidataInstanceOfId: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
22635
22635
|
wikidataInstanceOfLabel: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
22636
|
-
AND: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
22637
|
-
OR: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
22638
|
-
NOT: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
22636
|
+
AND: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
22637
|
+
OR: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
22638
|
+
NOT: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
22639
22639
|
}, "strip", z.ZodTypeAny, {
|
|
22640
22640
|
wikidataId?: string[] | null | undefined;
|
|
22641
|
-
AND?:
|
|
22642
|
-
OR?:
|
|
22643
|
-
NOT?:
|
|
22641
|
+
AND?: unknown[] | null | undefined;
|
|
22642
|
+
OR?: unknown[] | null | undefined;
|
|
22643
|
+
NOT?: unknown[] | null | undefined;
|
|
22644
22644
|
pageId?: string[] | null | undefined;
|
|
22645
22645
|
sectionId?: string[] | null | undefined;
|
|
22646
22646
|
wikiPageId?: number[] | null | undefined;
|
|
@@ -22651,9 +22651,9 @@ declare const VectorSearchWikipediaBodySchema: z.ZodObject<{
|
|
|
22651
22651
|
wikidataInstanceOfLabel?: string[] | null | undefined;
|
|
22652
22652
|
}, {
|
|
22653
22653
|
wikidataId?: string[] | null | undefined;
|
|
22654
|
-
AND?:
|
|
22655
|
-
OR?:
|
|
22656
|
-
NOT?:
|
|
22654
|
+
AND?: unknown[] | null | undefined;
|
|
22655
|
+
OR?: unknown[] | null | undefined;
|
|
22656
|
+
NOT?: unknown[] | null | undefined;
|
|
22657
22657
|
pageId?: string[] | null | undefined;
|
|
22658
22658
|
sectionId?: string[] | null | undefined;
|
|
22659
22659
|
wikiPageId?: number[] | null | undefined;
|
|
@@ -22673,9 +22673,9 @@ declare const VectorSearchWikipediaBodySchema: z.ZodObject<{
|
|
|
22673
22673
|
prompt: string;
|
|
22674
22674
|
filter?: {
|
|
22675
22675
|
wikidataId?: string[] | null | undefined;
|
|
22676
|
-
AND?:
|
|
22677
|
-
OR?:
|
|
22678
|
-
NOT?:
|
|
22676
|
+
AND?: unknown[] | null | undefined;
|
|
22677
|
+
OR?: unknown[] | null | undefined;
|
|
22678
|
+
NOT?: unknown[] | null | undefined;
|
|
22679
22679
|
pageId?: string[] | null | undefined;
|
|
22680
22680
|
sectionId?: string[] | null | undefined;
|
|
22681
22681
|
wikiPageId?: number[] | null | undefined;
|
|
@@ -22695,9 +22695,9 @@ declare const VectorSearchWikipediaBodySchema: z.ZodObject<{
|
|
|
22695
22695
|
prompt: string;
|
|
22696
22696
|
filter?: {
|
|
22697
22697
|
wikidataId?: string[] | null | undefined;
|
|
22698
|
-
AND?:
|
|
22699
|
-
OR?:
|
|
22700
|
-
NOT?:
|
|
22698
|
+
AND?: unknown[] | null | undefined;
|
|
22699
|
+
OR?: unknown[] | null | undefined;
|
|
22700
|
+
NOT?: unknown[] | null | undefined;
|
|
22701
22701
|
pageId?: string[] | null | undefined;
|
|
22702
22702
|
sectionId?: string[] | null | undefined;
|
|
22703
22703
|
wikiPageId?: number[] | null | undefined;
|
|
@@ -22719,9 +22719,9 @@ declare const VectorSearchWikipediaBodySchema: z.ZodObject<{
|
|
|
22719
22719
|
prompt: string;
|
|
22720
22720
|
filter?: {
|
|
22721
22721
|
wikidataId?: string[] | null | undefined;
|
|
22722
|
-
AND?:
|
|
22723
|
-
OR?:
|
|
22724
|
-
NOT?:
|
|
22722
|
+
AND?: unknown[] | null | undefined;
|
|
22723
|
+
OR?: unknown[] | null | undefined;
|
|
22724
|
+
NOT?: unknown[] | null | undefined;
|
|
22725
22725
|
pageId?: string[] | null | undefined;
|
|
22726
22726
|
sectionId?: string[] | null | undefined;
|
|
22727
22727
|
wikiPageId?: number[] | null | undefined;
|
|
@@ -22743,9 +22743,9 @@ declare const VectorSearchWikipediaBodySchema: z.ZodObject<{
|
|
|
22743
22743
|
prompt: string;
|
|
22744
22744
|
filter?: {
|
|
22745
22745
|
wikidataId?: string[] | null | undefined;
|
|
22746
|
-
AND?:
|
|
22747
|
-
OR?:
|
|
22748
|
-
NOT?:
|
|
22746
|
+
AND?: unknown[] | null | undefined;
|
|
22747
|
+
OR?: unknown[] | null | undefined;
|
|
22748
|
+
NOT?: unknown[] | null | undefined;
|
|
22749
22749
|
pageId?: string[] | null | undefined;
|
|
22750
22750
|
sectionId?: string[] | null | undefined;
|
|
22751
22751
|
wikiPageId?: number[] | null | undefined;
|
|
@@ -22780,14 +22780,14 @@ declare const VectorSearchWikipediaRequestSchema: z.ZodObject<{
|
|
|
22780
22780
|
wikidataId: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
22781
22781
|
wikidataInstanceOfId: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
22782
22782
|
wikidataInstanceOfLabel: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
22783
|
-
AND: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
22784
|
-
OR: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
22785
|
-
NOT: z.ZodNullable<z.ZodOptional<z.ZodArray<z.
|
|
22783
|
+
AND: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
22784
|
+
OR: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
22785
|
+
NOT: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>>;
|
|
22786
22786
|
}, "strip", z.ZodTypeAny, {
|
|
22787
22787
|
wikidataId?: string[] | null | undefined;
|
|
22788
|
-
AND?:
|
|
22789
|
-
OR?:
|
|
22790
|
-
NOT?:
|
|
22788
|
+
AND?: unknown[] | null | undefined;
|
|
22789
|
+
OR?: unknown[] | null | undefined;
|
|
22790
|
+
NOT?: unknown[] | null | undefined;
|
|
22791
22791
|
pageId?: string[] | null | undefined;
|
|
22792
22792
|
sectionId?: string[] | null | undefined;
|
|
22793
22793
|
wikiPageId?: number[] | null | undefined;
|
|
@@ -22798,9 +22798,9 @@ declare const VectorSearchWikipediaRequestSchema: z.ZodObject<{
|
|
|
22798
22798
|
wikidataInstanceOfLabel?: string[] | null | undefined;
|
|
22799
22799
|
}, {
|
|
22800
22800
|
wikidataId?: string[] | null | undefined;
|
|
22801
|
-
AND?:
|
|
22802
|
-
OR?:
|
|
22803
|
-
NOT?:
|
|
22801
|
+
AND?: unknown[] | null | undefined;
|
|
22802
|
+
OR?: unknown[] | null | undefined;
|
|
22803
|
+
NOT?: unknown[] | null | undefined;
|
|
22804
22804
|
pageId?: string[] | null | undefined;
|
|
22805
22805
|
sectionId?: string[] | null | undefined;
|
|
22806
22806
|
wikiPageId?: number[] | null | undefined;
|
|
@@ -22820,9 +22820,9 @@ declare const VectorSearchWikipediaRequestSchema: z.ZodObject<{
|
|
|
22820
22820
|
prompt: string;
|
|
22821
22821
|
filter?: {
|
|
22822
22822
|
wikidataId?: string[] | null | undefined;
|
|
22823
|
-
AND?:
|
|
22824
|
-
OR?:
|
|
22825
|
-
NOT?:
|
|
22823
|
+
AND?: unknown[] | null | undefined;
|
|
22824
|
+
OR?: unknown[] | null | undefined;
|
|
22825
|
+
NOT?: unknown[] | null | undefined;
|
|
22826
22826
|
pageId?: string[] | null | undefined;
|
|
22827
22827
|
sectionId?: string[] | null | undefined;
|
|
22828
22828
|
wikiPageId?: number[] | null | undefined;
|
|
@@ -22842,9 +22842,9 @@ declare const VectorSearchWikipediaRequestSchema: z.ZodObject<{
|
|
|
22842
22842
|
prompt: string;
|
|
22843
22843
|
filter?: {
|
|
22844
22844
|
wikidataId?: string[] | null | undefined;
|
|
22845
|
-
AND?:
|
|
22846
|
-
OR?:
|
|
22847
|
-
NOT?:
|
|
22845
|
+
AND?: unknown[] | null | undefined;
|
|
22846
|
+
OR?: unknown[] | null | undefined;
|
|
22847
|
+
NOT?: unknown[] | null | undefined;
|
|
22848
22848
|
pageId?: string[] | null | undefined;
|
|
22849
22849
|
sectionId?: string[] | null | undefined;
|
|
22850
22850
|
wikiPageId?: number[] | null | undefined;
|
|
@@ -22866,9 +22866,9 @@ declare const VectorSearchWikipediaRequestSchema: z.ZodObject<{
|
|
|
22866
22866
|
prompt: string;
|
|
22867
22867
|
filter?: {
|
|
22868
22868
|
wikidataId?: string[] | null | undefined;
|
|
22869
|
-
AND?:
|
|
22870
|
-
OR?:
|
|
22871
|
-
NOT?:
|
|
22869
|
+
AND?: unknown[] | null | undefined;
|
|
22870
|
+
OR?: unknown[] | null | undefined;
|
|
22871
|
+
NOT?: unknown[] | null | undefined;
|
|
22872
22872
|
pageId?: string[] | null | undefined;
|
|
22873
22873
|
sectionId?: string[] | null | undefined;
|
|
22874
22874
|
wikiPageId?: number[] | null | undefined;
|
|
@@ -22890,9 +22890,9 @@ declare const VectorSearchWikipediaRequestSchema: z.ZodObject<{
|
|
|
22890
22890
|
prompt: string;
|
|
22891
22891
|
filter?: {
|
|
22892
22892
|
wikidataId?: string[] | null | undefined;
|
|
22893
|
-
AND?:
|
|
22894
|
-
OR?:
|
|
22895
|
-
NOT?:
|
|
22893
|
+
AND?: unknown[] | null | undefined;
|
|
22894
|
+
OR?: unknown[] | null | undefined;
|
|
22895
|
+
NOT?: unknown[] | null | undefined;
|
|
22896
22896
|
pageId?: string[] | null | undefined;
|
|
22897
22897
|
sectionId?: string[] | null | undefined;
|
|
22898
22898
|
wikiPageId?: number[] | null | undefined;
|