@keywordsai/keywordsai-sdk 0.0.8 → 0.0.10
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/types/logTypes.d.ts +1844 -2
- package/dist/types/logTypes.js +10 -0
- package/dist/types/logTypes.js.map +1 -1
- package/package.json +2 -1
- package/dist/exporters/index.d.ts +0 -1
- package/dist/exporters/index.js +0 -2
- package/dist/exporters/index.js.map +0 -1
- package/dist/exporters/vercelExporter.d.ts +0 -42
- package/dist/exporters/vercelExporter.js +0 -548
- package/dist/exporters/vercelExporter.js.map +0 -1
package/dist/types/logTypes.d.ts
CHANGED
|
@@ -158,6 +158,19 @@ declare const MessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
158
158
|
};
|
|
159
159
|
}>, z.ZodObject<{
|
|
160
160
|
type: z.ZodString;
|
|
161
|
+
} & {
|
|
162
|
+
file: z.ZodString;
|
|
163
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
164
|
+
}, "strip", z.ZodTypeAny, {
|
|
165
|
+
type: string;
|
|
166
|
+
file: string;
|
|
167
|
+
providerData?: Record<string, any> | undefined;
|
|
168
|
+
}, {
|
|
169
|
+
type: string;
|
|
170
|
+
file: string;
|
|
171
|
+
providerData?: Record<string, any> | undefined;
|
|
172
|
+
}>, z.ZodObject<{
|
|
173
|
+
type: z.ZodString;
|
|
161
174
|
} & {
|
|
162
175
|
id: z.ZodOptional<z.ZodString>;
|
|
163
176
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -219,6 +232,19 @@ declare const MessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
219
232
|
type: string;
|
|
220
233
|
} | undefined;
|
|
221
234
|
annotations?: (string | Record<string, any>)[] | undefined;
|
|
235
|
+
}>, z.ZodObject<{
|
|
236
|
+
type: z.ZodString;
|
|
237
|
+
} & {
|
|
238
|
+
file: z.ZodString;
|
|
239
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
240
|
+
}, "strip", z.ZodTypeAny, {
|
|
241
|
+
type: string;
|
|
242
|
+
file: string;
|
|
243
|
+
providerData?: Record<string, any> | undefined;
|
|
244
|
+
}, {
|
|
245
|
+
type: string;
|
|
246
|
+
file: string;
|
|
247
|
+
providerData?: Record<string, any> | undefined;
|
|
222
248
|
}>, z.ZodObject<{
|
|
223
249
|
type: z.ZodString;
|
|
224
250
|
text: z.ZodString;
|
|
@@ -240,6 +266,14 @@ declare const MessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
240
266
|
url: string;
|
|
241
267
|
detail?: string | undefined;
|
|
242
268
|
};
|
|
269
|
+
} | {
|
|
270
|
+
type: string;
|
|
271
|
+
file: string;
|
|
272
|
+
providerData?: Record<string, any> | undefined;
|
|
273
|
+
} | {
|
|
274
|
+
type: string;
|
|
275
|
+
file: string;
|
|
276
|
+
providerData?: Record<string, any> | undefined;
|
|
243
277
|
} | {
|
|
244
278
|
type: string;
|
|
245
279
|
id?: string | undefined;
|
|
@@ -271,6 +305,14 @@ declare const MessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
271
305
|
url: string;
|
|
272
306
|
detail?: string | undefined;
|
|
273
307
|
};
|
|
308
|
+
} | {
|
|
309
|
+
type: string;
|
|
310
|
+
file: string;
|
|
311
|
+
providerData?: Record<string, any> | undefined;
|
|
312
|
+
} | {
|
|
313
|
+
type: string;
|
|
314
|
+
file: string;
|
|
315
|
+
providerData?: Record<string, any> | undefined;
|
|
274
316
|
} | {
|
|
275
317
|
type: string;
|
|
276
318
|
id?: string | undefined;
|
|
@@ -392,6 +434,14 @@ declare const MessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
392
434
|
url: string;
|
|
393
435
|
detail?: string | undefined;
|
|
394
436
|
};
|
|
437
|
+
} | {
|
|
438
|
+
type: string;
|
|
439
|
+
file: string;
|
|
440
|
+
providerData?: Record<string, any> | undefined;
|
|
441
|
+
} | {
|
|
442
|
+
type: string;
|
|
443
|
+
file: string;
|
|
444
|
+
providerData?: Record<string, any> | undefined;
|
|
395
445
|
} | {
|
|
396
446
|
type: string;
|
|
397
447
|
id?: string | undefined;
|
|
@@ -436,6 +486,14 @@ declare const MessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
436
486
|
url: string;
|
|
437
487
|
detail?: string | undefined;
|
|
438
488
|
};
|
|
489
|
+
} | {
|
|
490
|
+
type: string;
|
|
491
|
+
file: string;
|
|
492
|
+
providerData?: Record<string, any> | undefined;
|
|
493
|
+
} | {
|
|
494
|
+
type: string;
|
|
495
|
+
file: string;
|
|
496
|
+
providerData?: Record<string, any> | undefined;
|
|
439
497
|
} | {
|
|
440
498
|
type: string;
|
|
441
499
|
id?: string | undefined;
|
|
@@ -493,6 +551,14 @@ declare const MessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
493
551
|
url: string;
|
|
494
552
|
detail?: string | undefined;
|
|
495
553
|
};
|
|
554
|
+
} | {
|
|
555
|
+
type: string;
|
|
556
|
+
file: string;
|
|
557
|
+
providerData?: Record<string, any> | undefined;
|
|
558
|
+
} | {
|
|
559
|
+
type: string;
|
|
560
|
+
file: string;
|
|
561
|
+
providerData?: Record<string, any> | undefined;
|
|
496
562
|
} | {
|
|
497
563
|
type: string;
|
|
498
564
|
id?: string | undefined;
|
|
@@ -538,6 +604,14 @@ declare const MessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
538
604
|
url: string;
|
|
539
605
|
detail?: string | undefined;
|
|
540
606
|
};
|
|
607
|
+
} | {
|
|
608
|
+
type: string;
|
|
609
|
+
file: string;
|
|
610
|
+
providerData?: Record<string, any> | undefined;
|
|
611
|
+
} | {
|
|
612
|
+
type: string;
|
|
613
|
+
file: string;
|
|
614
|
+
providerData?: Record<string, any> | undefined;
|
|
541
615
|
} | {
|
|
542
616
|
type: string;
|
|
543
617
|
id?: string | undefined;
|
|
@@ -582,6 +656,14 @@ declare const MessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
582
656
|
url: string;
|
|
583
657
|
detail?: string | undefined;
|
|
584
658
|
};
|
|
659
|
+
} | {
|
|
660
|
+
type: string;
|
|
661
|
+
file: string;
|
|
662
|
+
providerData?: Record<string, any> | undefined;
|
|
663
|
+
} | {
|
|
664
|
+
type: string;
|
|
665
|
+
file: string;
|
|
666
|
+
providerData?: Record<string, any> | undefined;
|
|
585
667
|
} | {
|
|
586
668
|
type: string;
|
|
587
669
|
id?: string | undefined;
|
|
@@ -888,6 +970,19 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
888
970
|
};
|
|
889
971
|
}>, z.ZodObject<{
|
|
890
972
|
type: z.ZodString;
|
|
973
|
+
} & {
|
|
974
|
+
file: z.ZodString;
|
|
975
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
976
|
+
}, "strip", z.ZodTypeAny, {
|
|
977
|
+
type: string;
|
|
978
|
+
file: string;
|
|
979
|
+
providerData?: Record<string, any> | undefined;
|
|
980
|
+
}, {
|
|
981
|
+
type: string;
|
|
982
|
+
file: string;
|
|
983
|
+
providerData?: Record<string, any> | undefined;
|
|
984
|
+
}>, z.ZodObject<{
|
|
985
|
+
type: z.ZodString;
|
|
891
986
|
} & {
|
|
892
987
|
id: z.ZodOptional<z.ZodString>;
|
|
893
988
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -949,6 +1044,19 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
949
1044
|
type: string;
|
|
950
1045
|
} | undefined;
|
|
951
1046
|
annotations?: (string | Record<string, any>)[] | undefined;
|
|
1047
|
+
}>, z.ZodObject<{
|
|
1048
|
+
type: z.ZodString;
|
|
1049
|
+
} & {
|
|
1050
|
+
file: z.ZodString;
|
|
1051
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1052
|
+
}, "strip", z.ZodTypeAny, {
|
|
1053
|
+
type: string;
|
|
1054
|
+
file: string;
|
|
1055
|
+
providerData?: Record<string, any> | undefined;
|
|
1056
|
+
}, {
|
|
1057
|
+
type: string;
|
|
1058
|
+
file: string;
|
|
1059
|
+
providerData?: Record<string, any> | undefined;
|
|
952
1060
|
}>, z.ZodObject<{
|
|
953
1061
|
type: z.ZodString;
|
|
954
1062
|
text: z.ZodString;
|
|
@@ -970,6 +1078,14 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
970
1078
|
url: string;
|
|
971
1079
|
detail?: string | undefined;
|
|
972
1080
|
};
|
|
1081
|
+
} | {
|
|
1082
|
+
type: string;
|
|
1083
|
+
file: string;
|
|
1084
|
+
providerData?: Record<string, any> | undefined;
|
|
1085
|
+
} | {
|
|
1086
|
+
type: string;
|
|
1087
|
+
file: string;
|
|
1088
|
+
providerData?: Record<string, any> | undefined;
|
|
973
1089
|
} | {
|
|
974
1090
|
type: string;
|
|
975
1091
|
id?: string | undefined;
|
|
@@ -1001,6 +1117,14 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
1001
1117
|
url: string;
|
|
1002
1118
|
detail?: string | undefined;
|
|
1003
1119
|
};
|
|
1120
|
+
} | {
|
|
1121
|
+
type: string;
|
|
1122
|
+
file: string;
|
|
1123
|
+
providerData?: Record<string, any> | undefined;
|
|
1124
|
+
} | {
|
|
1125
|
+
type: string;
|
|
1126
|
+
file: string;
|
|
1127
|
+
providerData?: Record<string, any> | undefined;
|
|
1004
1128
|
} | {
|
|
1005
1129
|
type: string;
|
|
1006
1130
|
id?: string | undefined;
|
|
@@ -1122,6 +1246,14 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
1122
1246
|
url: string;
|
|
1123
1247
|
detail?: string | undefined;
|
|
1124
1248
|
};
|
|
1249
|
+
} | {
|
|
1250
|
+
type: string;
|
|
1251
|
+
file: string;
|
|
1252
|
+
providerData?: Record<string, any> | undefined;
|
|
1253
|
+
} | {
|
|
1254
|
+
type: string;
|
|
1255
|
+
file: string;
|
|
1256
|
+
providerData?: Record<string, any> | undefined;
|
|
1125
1257
|
} | {
|
|
1126
1258
|
type: string;
|
|
1127
1259
|
id?: string | undefined;
|
|
@@ -1166,6 +1298,14 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
1166
1298
|
url: string;
|
|
1167
1299
|
detail?: string | undefined;
|
|
1168
1300
|
};
|
|
1301
|
+
} | {
|
|
1302
|
+
type: string;
|
|
1303
|
+
file: string;
|
|
1304
|
+
providerData?: Record<string, any> | undefined;
|
|
1305
|
+
} | {
|
|
1306
|
+
type: string;
|
|
1307
|
+
file: string;
|
|
1308
|
+
providerData?: Record<string, any> | undefined;
|
|
1169
1309
|
} | {
|
|
1170
1310
|
type: string;
|
|
1171
1311
|
id?: string | undefined;
|
|
@@ -1223,6 +1363,14 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
1223
1363
|
url: string;
|
|
1224
1364
|
detail?: string | undefined;
|
|
1225
1365
|
};
|
|
1366
|
+
} | {
|
|
1367
|
+
type: string;
|
|
1368
|
+
file: string;
|
|
1369
|
+
providerData?: Record<string, any> | undefined;
|
|
1370
|
+
} | {
|
|
1371
|
+
type: string;
|
|
1372
|
+
file: string;
|
|
1373
|
+
providerData?: Record<string, any> | undefined;
|
|
1226
1374
|
} | {
|
|
1227
1375
|
type: string;
|
|
1228
1376
|
id?: string | undefined;
|
|
@@ -1268,6 +1416,14 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
1268
1416
|
url: string;
|
|
1269
1417
|
detail?: string | undefined;
|
|
1270
1418
|
};
|
|
1419
|
+
} | {
|
|
1420
|
+
type: string;
|
|
1421
|
+
file: string;
|
|
1422
|
+
providerData?: Record<string, any> | undefined;
|
|
1423
|
+
} | {
|
|
1424
|
+
type: string;
|
|
1425
|
+
file: string;
|
|
1426
|
+
providerData?: Record<string, any> | undefined;
|
|
1271
1427
|
} | {
|
|
1272
1428
|
type: string;
|
|
1273
1429
|
id?: string | undefined;
|
|
@@ -1312,6 +1468,14 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
1312
1468
|
url: string;
|
|
1313
1469
|
detail?: string | undefined;
|
|
1314
1470
|
};
|
|
1471
|
+
} | {
|
|
1472
|
+
type: string;
|
|
1473
|
+
file: string;
|
|
1474
|
+
providerData?: Record<string, any> | undefined;
|
|
1475
|
+
} | {
|
|
1476
|
+
type: string;
|
|
1477
|
+
file: string;
|
|
1478
|
+
providerData?: Record<string, any> | undefined;
|
|
1315
1479
|
} | {
|
|
1316
1480
|
type: string;
|
|
1317
1481
|
id?: string | undefined;
|
|
@@ -1441,6 +1605,14 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
1441
1605
|
url: string;
|
|
1442
1606
|
detail?: string | undefined;
|
|
1443
1607
|
};
|
|
1608
|
+
} | {
|
|
1609
|
+
type: string;
|
|
1610
|
+
file: string;
|
|
1611
|
+
providerData?: Record<string, any> | undefined;
|
|
1612
|
+
} | {
|
|
1613
|
+
type: string;
|
|
1614
|
+
file: string;
|
|
1615
|
+
providerData?: Record<string, any> | undefined;
|
|
1444
1616
|
} | {
|
|
1445
1617
|
type: string;
|
|
1446
1618
|
id?: string | undefined;
|
|
@@ -1486,6 +1658,14 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
1486
1658
|
url: string;
|
|
1487
1659
|
detail?: string | undefined;
|
|
1488
1660
|
};
|
|
1661
|
+
} | {
|
|
1662
|
+
type: string;
|
|
1663
|
+
file: string;
|
|
1664
|
+
providerData?: Record<string, any> | undefined;
|
|
1665
|
+
} | {
|
|
1666
|
+
type: string;
|
|
1667
|
+
file: string;
|
|
1668
|
+
providerData?: Record<string, any> | undefined;
|
|
1489
1669
|
} | {
|
|
1490
1670
|
type: string;
|
|
1491
1671
|
id?: string | undefined;
|
|
@@ -1565,6 +1745,14 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
1565
1745
|
url: string;
|
|
1566
1746
|
detail?: string | undefined;
|
|
1567
1747
|
};
|
|
1748
|
+
} | {
|
|
1749
|
+
type: string;
|
|
1750
|
+
file: string;
|
|
1751
|
+
providerData?: Record<string, any> | undefined;
|
|
1752
|
+
} | {
|
|
1753
|
+
type: string;
|
|
1754
|
+
file: string;
|
|
1755
|
+
providerData?: Record<string, any> | undefined;
|
|
1568
1756
|
} | {
|
|
1569
1757
|
type: string;
|
|
1570
1758
|
id?: string | undefined;
|
|
@@ -1742,6 +1930,19 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
1742
1930
|
};
|
|
1743
1931
|
}>, z.ZodObject<{
|
|
1744
1932
|
type: z.ZodString;
|
|
1933
|
+
} & {
|
|
1934
|
+
file: z.ZodString;
|
|
1935
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1936
|
+
}, "strip", z.ZodTypeAny, {
|
|
1937
|
+
type: string;
|
|
1938
|
+
file: string;
|
|
1939
|
+
providerData?: Record<string, any> | undefined;
|
|
1940
|
+
}, {
|
|
1941
|
+
type: string;
|
|
1942
|
+
file: string;
|
|
1943
|
+
providerData?: Record<string, any> | undefined;
|
|
1944
|
+
}>, z.ZodObject<{
|
|
1945
|
+
type: z.ZodString;
|
|
1745
1946
|
} & {
|
|
1746
1947
|
id: z.ZodOptional<z.ZodString>;
|
|
1747
1948
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -1803,6 +2004,19 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
1803
2004
|
type: string;
|
|
1804
2005
|
} | undefined;
|
|
1805
2006
|
annotations?: (string | Record<string, any>)[] | undefined;
|
|
2007
|
+
}>, z.ZodObject<{
|
|
2008
|
+
type: z.ZodString;
|
|
2009
|
+
} & {
|
|
2010
|
+
file: z.ZodString;
|
|
2011
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2012
|
+
}, "strip", z.ZodTypeAny, {
|
|
2013
|
+
type: string;
|
|
2014
|
+
file: string;
|
|
2015
|
+
providerData?: Record<string, any> | undefined;
|
|
2016
|
+
}, {
|
|
2017
|
+
type: string;
|
|
2018
|
+
file: string;
|
|
2019
|
+
providerData?: Record<string, any> | undefined;
|
|
1806
2020
|
}>, z.ZodObject<{
|
|
1807
2021
|
type: z.ZodString;
|
|
1808
2022
|
text: z.ZodString;
|
|
@@ -1824,6 +2038,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
1824
2038
|
url: string;
|
|
1825
2039
|
detail?: string | undefined;
|
|
1826
2040
|
};
|
|
2041
|
+
} | {
|
|
2042
|
+
type: string;
|
|
2043
|
+
file: string;
|
|
2044
|
+
providerData?: Record<string, any> | undefined;
|
|
2045
|
+
} | {
|
|
2046
|
+
type: string;
|
|
2047
|
+
file: string;
|
|
2048
|
+
providerData?: Record<string, any> | undefined;
|
|
1827
2049
|
} | {
|
|
1828
2050
|
type: string;
|
|
1829
2051
|
id?: string | undefined;
|
|
@@ -1855,6 +2077,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
1855
2077
|
url: string;
|
|
1856
2078
|
detail?: string | undefined;
|
|
1857
2079
|
};
|
|
2080
|
+
} | {
|
|
2081
|
+
type: string;
|
|
2082
|
+
file: string;
|
|
2083
|
+
providerData?: Record<string, any> | undefined;
|
|
2084
|
+
} | {
|
|
2085
|
+
type: string;
|
|
2086
|
+
file: string;
|
|
2087
|
+
providerData?: Record<string, any> | undefined;
|
|
1858
2088
|
} | {
|
|
1859
2089
|
type: string;
|
|
1860
2090
|
id?: string | undefined;
|
|
@@ -1976,6 +2206,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
1976
2206
|
url: string;
|
|
1977
2207
|
detail?: string | undefined;
|
|
1978
2208
|
};
|
|
2209
|
+
} | {
|
|
2210
|
+
type: string;
|
|
2211
|
+
file: string;
|
|
2212
|
+
providerData?: Record<string, any> | undefined;
|
|
2213
|
+
} | {
|
|
2214
|
+
type: string;
|
|
2215
|
+
file: string;
|
|
2216
|
+
providerData?: Record<string, any> | undefined;
|
|
1979
2217
|
} | {
|
|
1980
2218
|
type: string;
|
|
1981
2219
|
id?: string | undefined;
|
|
@@ -2020,6 +2258,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2020
2258
|
url: string;
|
|
2021
2259
|
detail?: string | undefined;
|
|
2022
2260
|
};
|
|
2261
|
+
} | {
|
|
2262
|
+
type: string;
|
|
2263
|
+
file: string;
|
|
2264
|
+
providerData?: Record<string, any> | undefined;
|
|
2265
|
+
} | {
|
|
2266
|
+
type: string;
|
|
2267
|
+
file: string;
|
|
2268
|
+
providerData?: Record<string, any> | undefined;
|
|
2023
2269
|
} | {
|
|
2024
2270
|
type: string;
|
|
2025
2271
|
id?: string | undefined;
|
|
@@ -2077,6 +2323,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2077
2323
|
url: string;
|
|
2078
2324
|
detail?: string | undefined;
|
|
2079
2325
|
};
|
|
2326
|
+
} | {
|
|
2327
|
+
type: string;
|
|
2328
|
+
file: string;
|
|
2329
|
+
providerData?: Record<string, any> | undefined;
|
|
2330
|
+
} | {
|
|
2331
|
+
type: string;
|
|
2332
|
+
file: string;
|
|
2333
|
+
providerData?: Record<string, any> | undefined;
|
|
2080
2334
|
} | {
|
|
2081
2335
|
type: string;
|
|
2082
2336
|
id?: string | undefined;
|
|
@@ -2122,6 +2376,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2122
2376
|
url: string;
|
|
2123
2377
|
detail?: string | undefined;
|
|
2124
2378
|
};
|
|
2379
|
+
} | {
|
|
2380
|
+
type: string;
|
|
2381
|
+
file: string;
|
|
2382
|
+
providerData?: Record<string, any> | undefined;
|
|
2383
|
+
} | {
|
|
2384
|
+
type: string;
|
|
2385
|
+
file: string;
|
|
2386
|
+
providerData?: Record<string, any> | undefined;
|
|
2125
2387
|
} | {
|
|
2126
2388
|
type: string;
|
|
2127
2389
|
id?: string | undefined;
|
|
@@ -2166,6 +2428,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2166
2428
|
url: string;
|
|
2167
2429
|
detail?: string | undefined;
|
|
2168
2430
|
};
|
|
2431
|
+
} | {
|
|
2432
|
+
type: string;
|
|
2433
|
+
file: string;
|
|
2434
|
+
providerData?: Record<string, any> | undefined;
|
|
2435
|
+
} | {
|
|
2436
|
+
type: string;
|
|
2437
|
+
file: string;
|
|
2438
|
+
providerData?: Record<string, any> | undefined;
|
|
2169
2439
|
} | {
|
|
2170
2440
|
type: string;
|
|
2171
2441
|
id?: string | undefined;
|
|
@@ -2261,6 +2531,19 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2261
2531
|
};
|
|
2262
2532
|
}>, z.ZodObject<{
|
|
2263
2533
|
type: z.ZodString;
|
|
2534
|
+
} & {
|
|
2535
|
+
file: z.ZodString;
|
|
2536
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2537
|
+
}, "strip", z.ZodTypeAny, {
|
|
2538
|
+
type: string;
|
|
2539
|
+
file: string;
|
|
2540
|
+
providerData?: Record<string, any> | undefined;
|
|
2541
|
+
}, {
|
|
2542
|
+
type: string;
|
|
2543
|
+
file: string;
|
|
2544
|
+
providerData?: Record<string, any> | undefined;
|
|
2545
|
+
}>, z.ZodObject<{
|
|
2546
|
+
type: z.ZodString;
|
|
2264
2547
|
} & {
|
|
2265
2548
|
id: z.ZodOptional<z.ZodString>;
|
|
2266
2549
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -2322,6 +2605,19 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2322
2605
|
type: string;
|
|
2323
2606
|
} | undefined;
|
|
2324
2607
|
annotations?: (string | Record<string, any>)[] | undefined;
|
|
2608
|
+
}>, z.ZodObject<{
|
|
2609
|
+
type: z.ZodString;
|
|
2610
|
+
} & {
|
|
2611
|
+
file: z.ZodString;
|
|
2612
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2613
|
+
}, "strip", z.ZodTypeAny, {
|
|
2614
|
+
type: string;
|
|
2615
|
+
file: string;
|
|
2616
|
+
providerData?: Record<string, any> | undefined;
|
|
2617
|
+
}, {
|
|
2618
|
+
type: string;
|
|
2619
|
+
file: string;
|
|
2620
|
+
providerData?: Record<string, any> | undefined;
|
|
2325
2621
|
}>, z.ZodObject<{
|
|
2326
2622
|
type: z.ZodString;
|
|
2327
2623
|
text: z.ZodString;
|
|
@@ -2343,6 +2639,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2343
2639
|
url: string;
|
|
2344
2640
|
detail?: string | undefined;
|
|
2345
2641
|
};
|
|
2642
|
+
} | {
|
|
2643
|
+
type: string;
|
|
2644
|
+
file: string;
|
|
2645
|
+
providerData?: Record<string, any> | undefined;
|
|
2646
|
+
} | {
|
|
2647
|
+
type: string;
|
|
2648
|
+
file: string;
|
|
2649
|
+
providerData?: Record<string, any> | undefined;
|
|
2346
2650
|
} | {
|
|
2347
2651
|
type: string;
|
|
2348
2652
|
id?: string | undefined;
|
|
@@ -2374,6 +2678,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2374
2678
|
url: string;
|
|
2375
2679
|
detail?: string | undefined;
|
|
2376
2680
|
};
|
|
2681
|
+
} | {
|
|
2682
|
+
type: string;
|
|
2683
|
+
file: string;
|
|
2684
|
+
providerData?: Record<string, any> | undefined;
|
|
2685
|
+
} | {
|
|
2686
|
+
type: string;
|
|
2687
|
+
file: string;
|
|
2688
|
+
providerData?: Record<string, any> | undefined;
|
|
2377
2689
|
} | {
|
|
2378
2690
|
type: string;
|
|
2379
2691
|
id?: string | undefined;
|
|
@@ -2495,6 +2807,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2495
2807
|
url: string;
|
|
2496
2808
|
detail?: string | undefined;
|
|
2497
2809
|
};
|
|
2810
|
+
} | {
|
|
2811
|
+
type: string;
|
|
2812
|
+
file: string;
|
|
2813
|
+
providerData?: Record<string, any> | undefined;
|
|
2814
|
+
} | {
|
|
2815
|
+
type: string;
|
|
2816
|
+
file: string;
|
|
2817
|
+
providerData?: Record<string, any> | undefined;
|
|
2498
2818
|
} | {
|
|
2499
2819
|
type: string;
|
|
2500
2820
|
id?: string | undefined;
|
|
@@ -2539,6 +2859,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2539
2859
|
url: string;
|
|
2540
2860
|
detail?: string | undefined;
|
|
2541
2861
|
};
|
|
2862
|
+
} | {
|
|
2863
|
+
type: string;
|
|
2864
|
+
file: string;
|
|
2865
|
+
providerData?: Record<string, any> | undefined;
|
|
2866
|
+
} | {
|
|
2867
|
+
type: string;
|
|
2868
|
+
file: string;
|
|
2869
|
+
providerData?: Record<string, any> | undefined;
|
|
2542
2870
|
} | {
|
|
2543
2871
|
type: string;
|
|
2544
2872
|
id?: string | undefined;
|
|
@@ -2596,6 +2924,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2596
2924
|
url: string;
|
|
2597
2925
|
detail?: string | undefined;
|
|
2598
2926
|
};
|
|
2927
|
+
} | {
|
|
2928
|
+
type: string;
|
|
2929
|
+
file: string;
|
|
2930
|
+
providerData?: Record<string, any> | undefined;
|
|
2931
|
+
} | {
|
|
2932
|
+
type: string;
|
|
2933
|
+
file: string;
|
|
2934
|
+
providerData?: Record<string, any> | undefined;
|
|
2599
2935
|
} | {
|
|
2600
2936
|
type: string;
|
|
2601
2937
|
id?: string | undefined;
|
|
@@ -2641,6 +2977,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2641
2977
|
url: string;
|
|
2642
2978
|
detail?: string | undefined;
|
|
2643
2979
|
};
|
|
2980
|
+
} | {
|
|
2981
|
+
type: string;
|
|
2982
|
+
file: string;
|
|
2983
|
+
providerData?: Record<string, any> | undefined;
|
|
2984
|
+
} | {
|
|
2985
|
+
type: string;
|
|
2986
|
+
file: string;
|
|
2987
|
+
providerData?: Record<string, any> | undefined;
|
|
2644
2988
|
} | {
|
|
2645
2989
|
type: string;
|
|
2646
2990
|
id?: string | undefined;
|
|
@@ -2685,6 +3029,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2685
3029
|
url: string;
|
|
2686
3030
|
detail?: string | undefined;
|
|
2687
3031
|
};
|
|
3032
|
+
} | {
|
|
3033
|
+
type: string;
|
|
3034
|
+
file: string;
|
|
3035
|
+
providerData?: Record<string, any> | undefined;
|
|
3036
|
+
} | {
|
|
3037
|
+
type: string;
|
|
3038
|
+
file: string;
|
|
3039
|
+
providerData?: Record<string, any> | undefined;
|
|
2688
3040
|
} | {
|
|
2689
3041
|
type: string;
|
|
2690
3042
|
id?: string | undefined;
|
|
@@ -2780,6 +3132,19 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2780
3132
|
};
|
|
2781
3133
|
}>, z.ZodObject<{
|
|
2782
3134
|
type: z.ZodString;
|
|
3135
|
+
} & {
|
|
3136
|
+
file: z.ZodString;
|
|
3137
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
3138
|
+
}, "strip", z.ZodTypeAny, {
|
|
3139
|
+
type: string;
|
|
3140
|
+
file: string;
|
|
3141
|
+
providerData?: Record<string, any> | undefined;
|
|
3142
|
+
}, {
|
|
3143
|
+
type: string;
|
|
3144
|
+
file: string;
|
|
3145
|
+
providerData?: Record<string, any> | undefined;
|
|
3146
|
+
}>, z.ZodObject<{
|
|
3147
|
+
type: z.ZodString;
|
|
2783
3148
|
} & {
|
|
2784
3149
|
id: z.ZodOptional<z.ZodString>;
|
|
2785
3150
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -2841,6 +3206,19 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2841
3206
|
type: string;
|
|
2842
3207
|
} | undefined;
|
|
2843
3208
|
annotations?: (string | Record<string, any>)[] | undefined;
|
|
3209
|
+
}>, z.ZodObject<{
|
|
3210
|
+
type: z.ZodString;
|
|
3211
|
+
} & {
|
|
3212
|
+
file: z.ZodString;
|
|
3213
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
3214
|
+
}, "strip", z.ZodTypeAny, {
|
|
3215
|
+
type: string;
|
|
3216
|
+
file: string;
|
|
3217
|
+
providerData?: Record<string, any> | undefined;
|
|
3218
|
+
}, {
|
|
3219
|
+
type: string;
|
|
3220
|
+
file: string;
|
|
3221
|
+
providerData?: Record<string, any> | undefined;
|
|
2844
3222
|
}>, z.ZodObject<{
|
|
2845
3223
|
type: z.ZodString;
|
|
2846
3224
|
text: z.ZodString;
|
|
@@ -2862,6 +3240,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2862
3240
|
url: string;
|
|
2863
3241
|
detail?: string | undefined;
|
|
2864
3242
|
};
|
|
3243
|
+
} | {
|
|
3244
|
+
type: string;
|
|
3245
|
+
file: string;
|
|
3246
|
+
providerData?: Record<string, any> | undefined;
|
|
3247
|
+
} | {
|
|
3248
|
+
type: string;
|
|
3249
|
+
file: string;
|
|
3250
|
+
providerData?: Record<string, any> | undefined;
|
|
2865
3251
|
} | {
|
|
2866
3252
|
type: string;
|
|
2867
3253
|
id?: string | undefined;
|
|
@@ -2893,6 +3279,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2893
3279
|
url: string;
|
|
2894
3280
|
detail?: string | undefined;
|
|
2895
3281
|
};
|
|
3282
|
+
} | {
|
|
3283
|
+
type: string;
|
|
3284
|
+
file: string;
|
|
3285
|
+
providerData?: Record<string, any> | undefined;
|
|
3286
|
+
} | {
|
|
3287
|
+
type: string;
|
|
3288
|
+
file: string;
|
|
3289
|
+
providerData?: Record<string, any> | undefined;
|
|
2896
3290
|
} | {
|
|
2897
3291
|
type: string;
|
|
2898
3292
|
id?: string | undefined;
|
|
@@ -3014,6 +3408,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3014
3408
|
url: string;
|
|
3015
3409
|
detail?: string | undefined;
|
|
3016
3410
|
};
|
|
3411
|
+
} | {
|
|
3412
|
+
type: string;
|
|
3413
|
+
file: string;
|
|
3414
|
+
providerData?: Record<string, any> | undefined;
|
|
3415
|
+
} | {
|
|
3416
|
+
type: string;
|
|
3417
|
+
file: string;
|
|
3418
|
+
providerData?: Record<string, any> | undefined;
|
|
3017
3419
|
} | {
|
|
3018
3420
|
type: string;
|
|
3019
3421
|
id?: string | undefined;
|
|
@@ -3058,6 +3460,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3058
3460
|
url: string;
|
|
3059
3461
|
detail?: string | undefined;
|
|
3060
3462
|
};
|
|
3463
|
+
} | {
|
|
3464
|
+
type: string;
|
|
3465
|
+
file: string;
|
|
3466
|
+
providerData?: Record<string, any> | undefined;
|
|
3467
|
+
} | {
|
|
3468
|
+
type: string;
|
|
3469
|
+
file: string;
|
|
3470
|
+
providerData?: Record<string, any> | undefined;
|
|
3061
3471
|
} | {
|
|
3062
3472
|
type: string;
|
|
3063
3473
|
id?: string | undefined;
|
|
@@ -3115,6 +3525,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3115
3525
|
url: string;
|
|
3116
3526
|
detail?: string | undefined;
|
|
3117
3527
|
};
|
|
3528
|
+
} | {
|
|
3529
|
+
type: string;
|
|
3530
|
+
file: string;
|
|
3531
|
+
providerData?: Record<string, any> | undefined;
|
|
3532
|
+
} | {
|
|
3533
|
+
type: string;
|
|
3534
|
+
file: string;
|
|
3535
|
+
providerData?: Record<string, any> | undefined;
|
|
3118
3536
|
} | {
|
|
3119
3537
|
type: string;
|
|
3120
3538
|
id?: string | undefined;
|
|
@@ -3160,6 +3578,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3160
3578
|
url: string;
|
|
3161
3579
|
detail?: string | undefined;
|
|
3162
3580
|
};
|
|
3581
|
+
} | {
|
|
3582
|
+
type: string;
|
|
3583
|
+
file: string;
|
|
3584
|
+
providerData?: Record<string, any> | undefined;
|
|
3585
|
+
} | {
|
|
3586
|
+
type: string;
|
|
3587
|
+
file: string;
|
|
3588
|
+
providerData?: Record<string, any> | undefined;
|
|
3163
3589
|
} | {
|
|
3164
3590
|
type: string;
|
|
3165
3591
|
id?: string | undefined;
|
|
@@ -3204,6 +3630,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3204
3630
|
url: string;
|
|
3205
3631
|
detail?: string | undefined;
|
|
3206
3632
|
};
|
|
3633
|
+
} | {
|
|
3634
|
+
type: string;
|
|
3635
|
+
file: string;
|
|
3636
|
+
providerData?: Record<string, any> | undefined;
|
|
3637
|
+
} | {
|
|
3638
|
+
type: string;
|
|
3639
|
+
file: string;
|
|
3640
|
+
providerData?: Record<string, any> | undefined;
|
|
3207
3641
|
} | {
|
|
3208
3642
|
type: string;
|
|
3209
3643
|
id?: string | undefined;
|
|
@@ -3579,6 +4013,19 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3579
4013
|
};
|
|
3580
4014
|
}>, z.ZodObject<{
|
|
3581
4015
|
type: z.ZodString;
|
|
4016
|
+
} & {
|
|
4017
|
+
file: z.ZodString;
|
|
4018
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
4019
|
+
}, "strip", z.ZodTypeAny, {
|
|
4020
|
+
type: string;
|
|
4021
|
+
file: string;
|
|
4022
|
+
providerData?: Record<string, any> | undefined;
|
|
4023
|
+
}, {
|
|
4024
|
+
type: string;
|
|
4025
|
+
file: string;
|
|
4026
|
+
providerData?: Record<string, any> | undefined;
|
|
4027
|
+
}>, z.ZodObject<{
|
|
4028
|
+
type: z.ZodString;
|
|
3582
4029
|
} & {
|
|
3583
4030
|
id: z.ZodOptional<z.ZodString>;
|
|
3584
4031
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -3640,6 +4087,19 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3640
4087
|
type: string;
|
|
3641
4088
|
} | undefined;
|
|
3642
4089
|
annotations?: (string | Record<string, any>)[] | undefined;
|
|
4090
|
+
}>, z.ZodObject<{
|
|
4091
|
+
type: z.ZodString;
|
|
4092
|
+
} & {
|
|
4093
|
+
file: z.ZodString;
|
|
4094
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
4095
|
+
}, "strip", z.ZodTypeAny, {
|
|
4096
|
+
type: string;
|
|
4097
|
+
file: string;
|
|
4098
|
+
providerData?: Record<string, any> | undefined;
|
|
4099
|
+
}, {
|
|
4100
|
+
type: string;
|
|
4101
|
+
file: string;
|
|
4102
|
+
providerData?: Record<string, any> | undefined;
|
|
3643
4103
|
}>, z.ZodObject<{
|
|
3644
4104
|
type: z.ZodString;
|
|
3645
4105
|
text: z.ZodString;
|
|
@@ -3661,6 +4121,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3661
4121
|
url: string;
|
|
3662
4122
|
detail?: string | undefined;
|
|
3663
4123
|
};
|
|
4124
|
+
} | {
|
|
4125
|
+
type: string;
|
|
4126
|
+
file: string;
|
|
4127
|
+
providerData?: Record<string, any> | undefined;
|
|
4128
|
+
} | {
|
|
4129
|
+
type: string;
|
|
4130
|
+
file: string;
|
|
4131
|
+
providerData?: Record<string, any> | undefined;
|
|
3664
4132
|
} | {
|
|
3665
4133
|
type: string;
|
|
3666
4134
|
id?: string | undefined;
|
|
@@ -3692,6 +4160,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3692
4160
|
url: string;
|
|
3693
4161
|
detail?: string | undefined;
|
|
3694
4162
|
};
|
|
4163
|
+
} | {
|
|
4164
|
+
type: string;
|
|
4165
|
+
file: string;
|
|
4166
|
+
providerData?: Record<string, any> | undefined;
|
|
4167
|
+
} | {
|
|
4168
|
+
type: string;
|
|
4169
|
+
file: string;
|
|
4170
|
+
providerData?: Record<string, any> | undefined;
|
|
3695
4171
|
} | {
|
|
3696
4172
|
type: string;
|
|
3697
4173
|
id?: string | undefined;
|
|
@@ -3813,6 +4289,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3813
4289
|
url: string;
|
|
3814
4290
|
detail?: string | undefined;
|
|
3815
4291
|
};
|
|
4292
|
+
} | {
|
|
4293
|
+
type: string;
|
|
4294
|
+
file: string;
|
|
4295
|
+
providerData?: Record<string, any> | undefined;
|
|
4296
|
+
} | {
|
|
4297
|
+
type: string;
|
|
4298
|
+
file: string;
|
|
4299
|
+
providerData?: Record<string, any> | undefined;
|
|
3816
4300
|
} | {
|
|
3817
4301
|
type: string;
|
|
3818
4302
|
id?: string | undefined;
|
|
@@ -3857,6 +4341,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3857
4341
|
url: string;
|
|
3858
4342
|
detail?: string | undefined;
|
|
3859
4343
|
};
|
|
4344
|
+
} | {
|
|
4345
|
+
type: string;
|
|
4346
|
+
file: string;
|
|
4347
|
+
providerData?: Record<string, any> | undefined;
|
|
4348
|
+
} | {
|
|
4349
|
+
type: string;
|
|
4350
|
+
file: string;
|
|
4351
|
+
providerData?: Record<string, any> | undefined;
|
|
3860
4352
|
} | {
|
|
3861
4353
|
type: string;
|
|
3862
4354
|
id?: string | undefined;
|
|
@@ -3914,6 +4406,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3914
4406
|
url: string;
|
|
3915
4407
|
detail?: string | undefined;
|
|
3916
4408
|
};
|
|
4409
|
+
} | {
|
|
4410
|
+
type: string;
|
|
4411
|
+
file: string;
|
|
4412
|
+
providerData?: Record<string, any> | undefined;
|
|
4413
|
+
} | {
|
|
4414
|
+
type: string;
|
|
4415
|
+
file: string;
|
|
4416
|
+
providerData?: Record<string, any> | undefined;
|
|
3917
4417
|
} | {
|
|
3918
4418
|
type: string;
|
|
3919
4419
|
id?: string | undefined;
|
|
@@ -3959,6 +4459,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3959
4459
|
url: string;
|
|
3960
4460
|
detail?: string | undefined;
|
|
3961
4461
|
};
|
|
4462
|
+
} | {
|
|
4463
|
+
type: string;
|
|
4464
|
+
file: string;
|
|
4465
|
+
providerData?: Record<string, any> | undefined;
|
|
4466
|
+
} | {
|
|
4467
|
+
type: string;
|
|
4468
|
+
file: string;
|
|
4469
|
+
providerData?: Record<string, any> | undefined;
|
|
3962
4470
|
} | {
|
|
3963
4471
|
type: string;
|
|
3964
4472
|
id?: string | undefined;
|
|
@@ -4003,6 +4511,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4003
4511
|
url: string;
|
|
4004
4512
|
detail?: string | undefined;
|
|
4005
4513
|
};
|
|
4514
|
+
} | {
|
|
4515
|
+
type: string;
|
|
4516
|
+
file: string;
|
|
4517
|
+
providerData?: Record<string, any> | undefined;
|
|
4518
|
+
} | {
|
|
4519
|
+
type: string;
|
|
4520
|
+
file: string;
|
|
4521
|
+
providerData?: Record<string, any> | undefined;
|
|
4006
4522
|
} | {
|
|
4007
4523
|
type: string;
|
|
4008
4524
|
id?: string | undefined;
|
|
@@ -4135,6 +4651,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4135
4651
|
url: string;
|
|
4136
4652
|
detail?: string | undefined;
|
|
4137
4653
|
};
|
|
4654
|
+
} | {
|
|
4655
|
+
type: string;
|
|
4656
|
+
file: string;
|
|
4657
|
+
providerData?: Record<string, any> | undefined;
|
|
4658
|
+
} | {
|
|
4659
|
+
type: string;
|
|
4660
|
+
file: string;
|
|
4661
|
+
providerData?: Record<string, any> | undefined;
|
|
4138
4662
|
} | {
|
|
4139
4663
|
type: string;
|
|
4140
4664
|
id?: string | undefined;
|
|
@@ -4180,6 +4704,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4180
4704
|
url: string;
|
|
4181
4705
|
detail?: string | undefined;
|
|
4182
4706
|
};
|
|
4707
|
+
} | {
|
|
4708
|
+
type: string;
|
|
4709
|
+
file: string;
|
|
4710
|
+
providerData?: Record<string, any> | undefined;
|
|
4711
|
+
} | {
|
|
4712
|
+
type: string;
|
|
4713
|
+
file: string;
|
|
4714
|
+
providerData?: Record<string, any> | undefined;
|
|
4183
4715
|
} | {
|
|
4184
4716
|
type: string;
|
|
4185
4717
|
id?: string | undefined;
|
|
@@ -4225,6 +4757,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4225
4757
|
url: string;
|
|
4226
4758
|
detail?: string | undefined;
|
|
4227
4759
|
};
|
|
4760
|
+
} | {
|
|
4761
|
+
type: string;
|
|
4762
|
+
file: string;
|
|
4763
|
+
providerData?: Record<string, any> | undefined;
|
|
4764
|
+
} | {
|
|
4765
|
+
type: string;
|
|
4766
|
+
file: string;
|
|
4767
|
+
providerData?: Record<string, any> | undefined;
|
|
4228
4768
|
} | {
|
|
4229
4769
|
type: string;
|
|
4230
4770
|
id?: string | undefined;
|
|
@@ -4270,6 +4810,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4270
4810
|
url: string;
|
|
4271
4811
|
detail?: string | undefined;
|
|
4272
4812
|
};
|
|
4813
|
+
} | {
|
|
4814
|
+
type: string;
|
|
4815
|
+
file: string;
|
|
4816
|
+
providerData?: Record<string, any> | undefined;
|
|
4817
|
+
} | {
|
|
4818
|
+
type: string;
|
|
4819
|
+
file: string;
|
|
4820
|
+
providerData?: Record<string, any> | undefined;
|
|
4273
4821
|
} | {
|
|
4274
4822
|
type: string;
|
|
4275
4823
|
id?: string | undefined;
|
|
@@ -4315,6 +4863,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4315
4863
|
url: string;
|
|
4316
4864
|
detail?: string | undefined;
|
|
4317
4865
|
};
|
|
4866
|
+
} | {
|
|
4867
|
+
type: string;
|
|
4868
|
+
file: string;
|
|
4869
|
+
providerData?: Record<string, any> | undefined;
|
|
4870
|
+
} | {
|
|
4871
|
+
type: string;
|
|
4872
|
+
file: string;
|
|
4873
|
+
providerData?: Record<string, any> | undefined;
|
|
4318
4874
|
} | {
|
|
4319
4875
|
type: string;
|
|
4320
4876
|
id?: string | undefined;
|
|
@@ -4360,6 +4916,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4360
4916
|
url: string;
|
|
4361
4917
|
detail?: string | undefined;
|
|
4362
4918
|
};
|
|
4919
|
+
} | {
|
|
4920
|
+
type: string;
|
|
4921
|
+
file: string;
|
|
4922
|
+
providerData?: Record<string, any> | undefined;
|
|
4923
|
+
} | {
|
|
4924
|
+
type: string;
|
|
4925
|
+
file: string;
|
|
4926
|
+
providerData?: Record<string, any> | undefined;
|
|
4363
4927
|
} | {
|
|
4364
4928
|
type: string;
|
|
4365
4929
|
id?: string | undefined;
|
|
@@ -4534,6 +5098,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4534
5098
|
url: string;
|
|
4535
5099
|
detail?: string | undefined;
|
|
4536
5100
|
};
|
|
5101
|
+
} | {
|
|
5102
|
+
type: string;
|
|
5103
|
+
file: string;
|
|
5104
|
+
providerData?: Record<string, any> | undefined;
|
|
5105
|
+
} | {
|
|
5106
|
+
type: string;
|
|
5107
|
+
file: string;
|
|
5108
|
+
providerData?: Record<string, any> | undefined;
|
|
4537
5109
|
} | {
|
|
4538
5110
|
type: string;
|
|
4539
5111
|
id?: string | undefined;
|
|
@@ -4579,6 +5151,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4579
5151
|
url: string;
|
|
4580
5152
|
detail?: string | undefined;
|
|
4581
5153
|
};
|
|
5154
|
+
} | {
|
|
5155
|
+
type: string;
|
|
5156
|
+
file: string;
|
|
5157
|
+
providerData?: Record<string, any> | undefined;
|
|
5158
|
+
} | {
|
|
5159
|
+
type: string;
|
|
5160
|
+
file: string;
|
|
5161
|
+
providerData?: Record<string, any> | undefined;
|
|
4582
5162
|
} | {
|
|
4583
5163
|
type: string;
|
|
4584
5164
|
id?: string | undefined;
|
|
@@ -4690,6 +5270,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4690
5270
|
url: string;
|
|
4691
5271
|
detail?: string | undefined;
|
|
4692
5272
|
};
|
|
5273
|
+
} | {
|
|
5274
|
+
type: string;
|
|
5275
|
+
file: string;
|
|
5276
|
+
providerData?: Record<string, any> | undefined;
|
|
5277
|
+
} | {
|
|
5278
|
+
type: string;
|
|
5279
|
+
file: string;
|
|
5280
|
+
providerData?: Record<string, any> | undefined;
|
|
4693
5281
|
} | {
|
|
4694
5282
|
type: string;
|
|
4695
5283
|
id?: string | undefined;
|
|
@@ -4748,6 +5336,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4748
5336
|
url: string;
|
|
4749
5337
|
detail?: string | undefined;
|
|
4750
5338
|
};
|
|
5339
|
+
} | {
|
|
5340
|
+
type: string;
|
|
5341
|
+
file: string;
|
|
5342
|
+
providerData?: Record<string, any> | undefined;
|
|
5343
|
+
} | {
|
|
5344
|
+
type: string;
|
|
5345
|
+
file: string;
|
|
5346
|
+
providerData?: Record<string, any> | undefined;
|
|
4751
5347
|
} | {
|
|
4752
5348
|
type: string;
|
|
4753
5349
|
id?: string | undefined;
|
|
@@ -4806,6 +5402,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4806
5402
|
url: string;
|
|
4807
5403
|
detail?: string | undefined;
|
|
4808
5404
|
};
|
|
5405
|
+
} | {
|
|
5406
|
+
type: string;
|
|
5407
|
+
file: string;
|
|
5408
|
+
providerData?: Record<string, any> | undefined;
|
|
5409
|
+
} | {
|
|
5410
|
+
type: string;
|
|
5411
|
+
file: string;
|
|
5412
|
+
providerData?: Record<string, any> | undefined;
|
|
4809
5413
|
} | {
|
|
4810
5414
|
type: string;
|
|
4811
5415
|
id?: string | undefined;
|
|
@@ -4998,6 +5602,14 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4998
5602
|
url: string;
|
|
4999
5603
|
detail?: string | undefined;
|
|
5000
5604
|
};
|
|
5605
|
+
} | {
|
|
5606
|
+
type: string;
|
|
5607
|
+
file: string;
|
|
5608
|
+
providerData?: Record<string, any> | undefined;
|
|
5609
|
+
} | {
|
|
5610
|
+
type: string;
|
|
5611
|
+
file: string;
|
|
5612
|
+
providerData?: Record<string, any> | undefined;
|
|
5001
5613
|
} | {
|
|
5002
5614
|
type: string;
|
|
5003
5615
|
id?: string | undefined;
|
|
@@ -5144,6 +5756,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5144
5756
|
};
|
|
5145
5757
|
}>, z.ZodObject<{
|
|
5146
5758
|
type: z.ZodString;
|
|
5759
|
+
} & {
|
|
5760
|
+
file: z.ZodString;
|
|
5761
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
5762
|
+
}, "strip", z.ZodTypeAny, {
|
|
5763
|
+
type: string;
|
|
5764
|
+
file: string;
|
|
5765
|
+
providerData?: Record<string, any> | undefined;
|
|
5766
|
+
}, {
|
|
5767
|
+
type: string;
|
|
5768
|
+
file: string;
|
|
5769
|
+
providerData?: Record<string, any> | undefined;
|
|
5770
|
+
}>, z.ZodObject<{
|
|
5771
|
+
type: z.ZodString;
|
|
5147
5772
|
} & {
|
|
5148
5773
|
id: z.ZodOptional<z.ZodString>;
|
|
5149
5774
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -5205,6 +5830,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5205
5830
|
type: string;
|
|
5206
5831
|
} | undefined;
|
|
5207
5832
|
annotations?: (string | Record<string, any>)[] | undefined;
|
|
5833
|
+
}>, z.ZodObject<{
|
|
5834
|
+
type: z.ZodString;
|
|
5835
|
+
} & {
|
|
5836
|
+
file: z.ZodString;
|
|
5837
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
5838
|
+
}, "strip", z.ZodTypeAny, {
|
|
5839
|
+
type: string;
|
|
5840
|
+
file: string;
|
|
5841
|
+
providerData?: Record<string, any> | undefined;
|
|
5842
|
+
}, {
|
|
5843
|
+
type: string;
|
|
5844
|
+
file: string;
|
|
5845
|
+
providerData?: Record<string, any> | undefined;
|
|
5208
5846
|
}>, z.ZodObject<{
|
|
5209
5847
|
type: z.ZodString;
|
|
5210
5848
|
text: z.ZodString;
|
|
@@ -5226,6 +5864,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5226
5864
|
url: string;
|
|
5227
5865
|
detail?: string | undefined;
|
|
5228
5866
|
};
|
|
5867
|
+
} | {
|
|
5868
|
+
type: string;
|
|
5869
|
+
file: string;
|
|
5870
|
+
providerData?: Record<string, any> | undefined;
|
|
5871
|
+
} | {
|
|
5872
|
+
type: string;
|
|
5873
|
+
file: string;
|
|
5874
|
+
providerData?: Record<string, any> | undefined;
|
|
5229
5875
|
} | {
|
|
5230
5876
|
type: string;
|
|
5231
5877
|
id?: string | undefined;
|
|
@@ -5257,6 +5903,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5257
5903
|
url: string;
|
|
5258
5904
|
detail?: string | undefined;
|
|
5259
5905
|
};
|
|
5906
|
+
} | {
|
|
5907
|
+
type: string;
|
|
5908
|
+
file: string;
|
|
5909
|
+
providerData?: Record<string, any> | undefined;
|
|
5910
|
+
} | {
|
|
5911
|
+
type: string;
|
|
5912
|
+
file: string;
|
|
5913
|
+
providerData?: Record<string, any> | undefined;
|
|
5260
5914
|
} | {
|
|
5261
5915
|
type: string;
|
|
5262
5916
|
id?: string | undefined;
|
|
@@ -5378,6 +6032,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5378
6032
|
url: string;
|
|
5379
6033
|
detail?: string | undefined;
|
|
5380
6034
|
};
|
|
6035
|
+
} | {
|
|
6036
|
+
type: string;
|
|
6037
|
+
file: string;
|
|
6038
|
+
providerData?: Record<string, any> | undefined;
|
|
6039
|
+
} | {
|
|
6040
|
+
type: string;
|
|
6041
|
+
file: string;
|
|
6042
|
+
providerData?: Record<string, any> | undefined;
|
|
5381
6043
|
} | {
|
|
5382
6044
|
type: string;
|
|
5383
6045
|
id?: string | undefined;
|
|
@@ -5422,6 +6084,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5422
6084
|
url: string;
|
|
5423
6085
|
detail?: string | undefined;
|
|
5424
6086
|
};
|
|
6087
|
+
} | {
|
|
6088
|
+
type: string;
|
|
6089
|
+
file: string;
|
|
6090
|
+
providerData?: Record<string, any> | undefined;
|
|
6091
|
+
} | {
|
|
6092
|
+
type: string;
|
|
6093
|
+
file: string;
|
|
6094
|
+
providerData?: Record<string, any> | undefined;
|
|
5425
6095
|
} | {
|
|
5426
6096
|
type: string;
|
|
5427
6097
|
id?: string | undefined;
|
|
@@ -5479,6 +6149,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5479
6149
|
url: string;
|
|
5480
6150
|
detail?: string | undefined;
|
|
5481
6151
|
};
|
|
6152
|
+
} | {
|
|
6153
|
+
type: string;
|
|
6154
|
+
file: string;
|
|
6155
|
+
providerData?: Record<string, any> | undefined;
|
|
6156
|
+
} | {
|
|
6157
|
+
type: string;
|
|
6158
|
+
file: string;
|
|
6159
|
+
providerData?: Record<string, any> | undefined;
|
|
5482
6160
|
} | {
|
|
5483
6161
|
type: string;
|
|
5484
6162
|
id?: string | undefined;
|
|
@@ -5524,6 +6202,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5524
6202
|
url: string;
|
|
5525
6203
|
detail?: string | undefined;
|
|
5526
6204
|
};
|
|
6205
|
+
} | {
|
|
6206
|
+
type: string;
|
|
6207
|
+
file: string;
|
|
6208
|
+
providerData?: Record<string, any> | undefined;
|
|
6209
|
+
} | {
|
|
6210
|
+
type: string;
|
|
6211
|
+
file: string;
|
|
6212
|
+
providerData?: Record<string, any> | undefined;
|
|
5527
6213
|
} | {
|
|
5528
6214
|
type: string;
|
|
5529
6215
|
id?: string | undefined;
|
|
@@ -5568,6 +6254,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5568
6254
|
url: string;
|
|
5569
6255
|
detail?: string | undefined;
|
|
5570
6256
|
};
|
|
6257
|
+
} | {
|
|
6258
|
+
type: string;
|
|
6259
|
+
file: string;
|
|
6260
|
+
providerData?: Record<string, any> | undefined;
|
|
6261
|
+
} | {
|
|
6262
|
+
type: string;
|
|
6263
|
+
file: string;
|
|
6264
|
+
providerData?: Record<string, any> | undefined;
|
|
5571
6265
|
} | {
|
|
5572
6266
|
type: string;
|
|
5573
6267
|
id?: string | undefined;
|
|
@@ -5663,6 +6357,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5663
6357
|
};
|
|
5664
6358
|
}>, z.ZodObject<{
|
|
5665
6359
|
type: z.ZodString;
|
|
6360
|
+
} & {
|
|
6361
|
+
file: z.ZodString;
|
|
6362
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
6363
|
+
}, "strip", z.ZodTypeAny, {
|
|
6364
|
+
type: string;
|
|
6365
|
+
file: string;
|
|
6366
|
+
providerData?: Record<string, any> | undefined;
|
|
6367
|
+
}, {
|
|
6368
|
+
type: string;
|
|
6369
|
+
file: string;
|
|
6370
|
+
providerData?: Record<string, any> | undefined;
|
|
6371
|
+
}>, z.ZodObject<{
|
|
6372
|
+
type: z.ZodString;
|
|
5666
6373
|
} & {
|
|
5667
6374
|
id: z.ZodOptional<z.ZodString>;
|
|
5668
6375
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -5724,6 +6431,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5724
6431
|
type: string;
|
|
5725
6432
|
} | undefined;
|
|
5726
6433
|
annotations?: (string | Record<string, any>)[] | undefined;
|
|
6434
|
+
}>, z.ZodObject<{
|
|
6435
|
+
type: z.ZodString;
|
|
6436
|
+
} & {
|
|
6437
|
+
file: z.ZodString;
|
|
6438
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
6439
|
+
}, "strip", z.ZodTypeAny, {
|
|
6440
|
+
type: string;
|
|
6441
|
+
file: string;
|
|
6442
|
+
providerData?: Record<string, any> | undefined;
|
|
6443
|
+
}, {
|
|
6444
|
+
type: string;
|
|
6445
|
+
file: string;
|
|
6446
|
+
providerData?: Record<string, any> | undefined;
|
|
5727
6447
|
}>, z.ZodObject<{
|
|
5728
6448
|
type: z.ZodString;
|
|
5729
6449
|
text: z.ZodString;
|
|
@@ -5745,6 +6465,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5745
6465
|
url: string;
|
|
5746
6466
|
detail?: string | undefined;
|
|
5747
6467
|
};
|
|
6468
|
+
} | {
|
|
6469
|
+
type: string;
|
|
6470
|
+
file: string;
|
|
6471
|
+
providerData?: Record<string, any> | undefined;
|
|
6472
|
+
} | {
|
|
6473
|
+
type: string;
|
|
6474
|
+
file: string;
|
|
6475
|
+
providerData?: Record<string, any> | undefined;
|
|
5748
6476
|
} | {
|
|
5749
6477
|
type: string;
|
|
5750
6478
|
id?: string | undefined;
|
|
@@ -5776,6 +6504,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5776
6504
|
url: string;
|
|
5777
6505
|
detail?: string | undefined;
|
|
5778
6506
|
};
|
|
6507
|
+
} | {
|
|
6508
|
+
type: string;
|
|
6509
|
+
file: string;
|
|
6510
|
+
providerData?: Record<string, any> | undefined;
|
|
6511
|
+
} | {
|
|
6512
|
+
type: string;
|
|
6513
|
+
file: string;
|
|
6514
|
+
providerData?: Record<string, any> | undefined;
|
|
5779
6515
|
} | {
|
|
5780
6516
|
type: string;
|
|
5781
6517
|
id?: string | undefined;
|
|
@@ -5897,6 +6633,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5897
6633
|
url: string;
|
|
5898
6634
|
detail?: string | undefined;
|
|
5899
6635
|
};
|
|
6636
|
+
} | {
|
|
6637
|
+
type: string;
|
|
6638
|
+
file: string;
|
|
6639
|
+
providerData?: Record<string, any> | undefined;
|
|
6640
|
+
} | {
|
|
6641
|
+
type: string;
|
|
6642
|
+
file: string;
|
|
6643
|
+
providerData?: Record<string, any> | undefined;
|
|
5900
6644
|
} | {
|
|
5901
6645
|
type: string;
|
|
5902
6646
|
id?: string | undefined;
|
|
@@ -5941,6 +6685,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5941
6685
|
url: string;
|
|
5942
6686
|
detail?: string | undefined;
|
|
5943
6687
|
};
|
|
6688
|
+
} | {
|
|
6689
|
+
type: string;
|
|
6690
|
+
file: string;
|
|
6691
|
+
providerData?: Record<string, any> | undefined;
|
|
6692
|
+
} | {
|
|
6693
|
+
type: string;
|
|
6694
|
+
file: string;
|
|
6695
|
+
providerData?: Record<string, any> | undefined;
|
|
5944
6696
|
} | {
|
|
5945
6697
|
type: string;
|
|
5946
6698
|
id?: string | undefined;
|
|
@@ -5998,6 +6750,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5998
6750
|
url: string;
|
|
5999
6751
|
detail?: string | undefined;
|
|
6000
6752
|
};
|
|
6753
|
+
} | {
|
|
6754
|
+
type: string;
|
|
6755
|
+
file: string;
|
|
6756
|
+
providerData?: Record<string, any> | undefined;
|
|
6757
|
+
} | {
|
|
6758
|
+
type: string;
|
|
6759
|
+
file: string;
|
|
6760
|
+
providerData?: Record<string, any> | undefined;
|
|
6001
6761
|
} | {
|
|
6002
6762
|
type: string;
|
|
6003
6763
|
id?: string | undefined;
|
|
@@ -6043,6 +6803,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6043
6803
|
url: string;
|
|
6044
6804
|
detail?: string | undefined;
|
|
6045
6805
|
};
|
|
6806
|
+
} | {
|
|
6807
|
+
type: string;
|
|
6808
|
+
file: string;
|
|
6809
|
+
providerData?: Record<string, any> | undefined;
|
|
6810
|
+
} | {
|
|
6811
|
+
type: string;
|
|
6812
|
+
file: string;
|
|
6813
|
+
providerData?: Record<string, any> | undefined;
|
|
6046
6814
|
} | {
|
|
6047
6815
|
type: string;
|
|
6048
6816
|
id?: string | undefined;
|
|
@@ -6087,6 +6855,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6087
6855
|
url: string;
|
|
6088
6856
|
detail?: string | undefined;
|
|
6089
6857
|
};
|
|
6858
|
+
} | {
|
|
6859
|
+
type: string;
|
|
6860
|
+
file: string;
|
|
6861
|
+
providerData?: Record<string, any> | undefined;
|
|
6862
|
+
} | {
|
|
6863
|
+
type: string;
|
|
6864
|
+
file: string;
|
|
6865
|
+
providerData?: Record<string, any> | undefined;
|
|
6090
6866
|
} | {
|
|
6091
6867
|
type: string;
|
|
6092
6868
|
id?: string | undefined;
|
|
@@ -6182,6 +6958,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6182
6958
|
};
|
|
6183
6959
|
}>, z.ZodObject<{
|
|
6184
6960
|
type: z.ZodString;
|
|
6961
|
+
} & {
|
|
6962
|
+
file: z.ZodString;
|
|
6963
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
6964
|
+
}, "strip", z.ZodTypeAny, {
|
|
6965
|
+
type: string;
|
|
6966
|
+
file: string;
|
|
6967
|
+
providerData?: Record<string, any> | undefined;
|
|
6968
|
+
}, {
|
|
6969
|
+
type: string;
|
|
6970
|
+
file: string;
|
|
6971
|
+
providerData?: Record<string, any> | undefined;
|
|
6972
|
+
}>, z.ZodObject<{
|
|
6973
|
+
type: z.ZodString;
|
|
6185
6974
|
} & {
|
|
6186
6975
|
id: z.ZodOptional<z.ZodString>;
|
|
6187
6976
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -6243,6 +7032,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6243
7032
|
type: string;
|
|
6244
7033
|
} | undefined;
|
|
6245
7034
|
annotations?: (string | Record<string, any>)[] | undefined;
|
|
7035
|
+
}>, z.ZodObject<{
|
|
7036
|
+
type: z.ZodString;
|
|
7037
|
+
} & {
|
|
7038
|
+
file: z.ZodString;
|
|
7039
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
7040
|
+
}, "strip", z.ZodTypeAny, {
|
|
7041
|
+
type: string;
|
|
7042
|
+
file: string;
|
|
7043
|
+
providerData?: Record<string, any> | undefined;
|
|
7044
|
+
}, {
|
|
7045
|
+
type: string;
|
|
7046
|
+
file: string;
|
|
7047
|
+
providerData?: Record<string, any> | undefined;
|
|
6246
7048
|
}>, z.ZodObject<{
|
|
6247
7049
|
type: z.ZodString;
|
|
6248
7050
|
text: z.ZodString;
|
|
@@ -6264,6 +7066,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6264
7066
|
url: string;
|
|
6265
7067
|
detail?: string | undefined;
|
|
6266
7068
|
};
|
|
7069
|
+
} | {
|
|
7070
|
+
type: string;
|
|
7071
|
+
file: string;
|
|
7072
|
+
providerData?: Record<string, any> | undefined;
|
|
7073
|
+
} | {
|
|
7074
|
+
type: string;
|
|
7075
|
+
file: string;
|
|
7076
|
+
providerData?: Record<string, any> | undefined;
|
|
6267
7077
|
} | {
|
|
6268
7078
|
type: string;
|
|
6269
7079
|
id?: string | undefined;
|
|
@@ -6295,6 +7105,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6295
7105
|
url: string;
|
|
6296
7106
|
detail?: string | undefined;
|
|
6297
7107
|
};
|
|
7108
|
+
} | {
|
|
7109
|
+
type: string;
|
|
7110
|
+
file: string;
|
|
7111
|
+
providerData?: Record<string, any> | undefined;
|
|
7112
|
+
} | {
|
|
7113
|
+
type: string;
|
|
7114
|
+
file: string;
|
|
7115
|
+
providerData?: Record<string, any> | undefined;
|
|
6298
7116
|
} | {
|
|
6299
7117
|
type: string;
|
|
6300
7118
|
id?: string | undefined;
|
|
@@ -6416,6 +7234,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6416
7234
|
url: string;
|
|
6417
7235
|
detail?: string | undefined;
|
|
6418
7236
|
};
|
|
7237
|
+
} | {
|
|
7238
|
+
type: string;
|
|
7239
|
+
file: string;
|
|
7240
|
+
providerData?: Record<string, any> | undefined;
|
|
7241
|
+
} | {
|
|
7242
|
+
type: string;
|
|
7243
|
+
file: string;
|
|
7244
|
+
providerData?: Record<string, any> | undefined;
|
|
6419
7245
|
} | {
|
|
6420
7246
|
type: string;
|
|
6421
7247
|
id?: string | undefined;
|
|
@@ -6460,6 +7286,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6460
7286
|
url: string;
|
|
6461
7287
|
detail?: string | undefined;
|
|
6462
7288
|
};
|
|
7289
|
+
} | {
|
|
7290
|
+
type: string;
|
|
7291
|
+
file: string;
|
|
7292
|
+
providerData?: Record<string, any> | undefined;
|
|
7293
|
+
} | {
|
|
7294
|
+
type: string;
|
|
7295
|
+
file: string;
|
|
7296
|
+
providerData?: Record<string, any> | undefined;
|
|
6463
7297
|
} | {
|
|
6464
7298
|
type: string;
|
|
6465
7299
|
id?: string | undefined;
|
|
@@ -6517,6 +7351,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6517
7351
|
url: string;
|
|
6518
7352
|
detail?: string | undefined;
|
|
6519
7353
|
};
|
|
7354
|
+
} | {
|
|
7355
|
+
type: string;
|
|
7356
|
+
file: string;
|
|
7357
|
+
providerData?: Record<string, any> | undefined;
|
|
7358
|
+
} | {
|
|
7359
|
+
type: string;
|
|
7360
|
+
file: string;
|
|
7361
|
+
providerData?: Record<string, any> | undefined;
|
|
6520
7362
|
} | {
|
|
6521
7363
|
type: string;
|
|
6522
7364
|
id?: string | undefined;
|
|
@@ -6562,6 +7404,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6562
7404
|
url: string;
|
|
6563
7405
|
detail?: string | undefined;
|
|
6564
7406
|
};
|
|
7407
|
+
} | {
|
|
7408
|
+
type: string;
|
|
7409
|
+
file: string;
|
|
7410
|
+
providerData?: Record<string, any> | undefined;
|
|
7411
|
+
} | {
|
|
7412
|
+
type: string;
|
|
7413
|
+
file: string;
|
|
7414
|
+
providerData?: Record<string, any> | undefined;
|
|
6565
7415
|
} | {
|
|
6566
7416
|
type: string;
|
|
6567
7417
|
id?: string | undefined;
|
|
@@ -6606,6 +7456,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6606
7456
|
url: string;
|
|
6607
7457
|
detail?: string | undefined;
|
|
6608
7458
|
};
|
|
7459
|
+
} | {
|
|
7460
|
+
type: string;
|
|
7461
|
+
file: string;
|
|
7462
|
+
providerData?: Record<string, any> | undefined;
|
|
7463
|
+
} | {
|
|
7464
|
+
type: string;
|
|
7465
|
+
file: string;
|
|
7466
|
+
providerData?: Record<string, any> | undefined;
|
|
6609
7467
|
} | {
|
|
6610
7468
|
type: string;
|
|
6611
7469
|
id?: string | undefined;
|
|
@@ -6981,6 +7839,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6981
7839
|
};
|
|
6982
7840
|
}>, z.ZodObject<{
|
|
6983
7841
|
type: z.ZodString;
|
|
7842
|
+
} & {
|
|
7843
|
+
file: z.ZodString;
|
|
7844
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
7845
|
+
}, "strip", z.ZodTypeAny, {
|
|
7846
|
+
type: string;
|
|
7847
|
+
file: string;
|
|
7848
|
+
providerData?: Record<string, any> | undefined;
|
|
7849
|
+
}, {
|
|
7850
|
+
type: string;
|
|
7851
|
+
file: string;
|
|
7852
|
+
providerData?: Record<string, any> | undefined;
|
|
7853
|
+
}>, z.ZodObject<{
|
|
7854
|
+
type: z.ZodString;
|
|
6984
7855
|
} & {
|
|
6985
7856
|
id: z.ZodOptional<z.ZodString>;
|
|
6986
7857
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -7042,6 +7913,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7042
7913
|
type: string;
|
|
7043
7914
|
} | undefined;
|
|
7044
7915
|
annotations?: (string | Record<string, any>)[] | undefined;
|
|
7916
|
+
}>, z.ZodObject<{
|
|
7917
|
+
type: z.ZodString;
|
|
7918
|
+
} & {
|
|
7919
|
+
file: z.ZodString;
|
|
7920
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
7921
|
+
}, "strip", z.ZodTypeAny, {
|
|
7922
|
+
type: string;
|
|
7923
|
+
file: string;
|
|
7924
|
+
providerData?: Record<string, any> | undefined;
|
|
7925
|
+
}, {
|
|
7926
|
+
type: string;
|
|
7927
|
+
file: string;
|
|
7928
|
+
providerData?: Record<string, any> | undefined;
|
|
7045
7929
|
}>, z.ZodObject<{
|
|
7046
7930
|
type: z.ZodString;
|
|
7047
7931
|
text: z.ZodString;
|
|
@@ -7063,6 +7947,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7063
7947
|
url: string;
|
|
7064
7948
|
detail?: string | undefined;
|
|
7065
7949
|
};
|
|
7950
|
+
} | {
|
|
7951
|
+
type: string;
|
|
7952
|
+
file: string;
|
|
7953
|
+
providerData?: Record<string, any> | undefined;
|
|
7954
|
+
} | {
|
|
7955
|
+
type: string;
|
|
7956
|
+
file: string;
|
|
7957
|
+
providerData?: Record<string, any> | undefined;
|
|
7066
7958
|
} | {
|
|
7067
7959
|
type: string;
|
|
7068
7960
|
id?: string | undefined;
|
|
@@ -7094,6 +7986,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7094
7986
|
url: string;
|
|
7095
7987
|
detail?: string | undefined;
|
|
7096
7988
|
};
|
|
7989
|
+
} | {
|
|
7990
|
+
type: string;
|
|
7991
|
+
file: string;
|
|
7992
|
+
providerData?: Record<string, any> | undefined;
|
|
7993
|
+
} | {
|
|
7994
|
+
type: string;
|
|
7995
|
+
file: string;
|
|
7996
|
+
providerData?: Record<string, any> | undefined;
|
|
7097
7997
|
} | {
|
|
7098
7998
|
type: string;
|
|
7099
7999
|
id?: string | undefined;
|
|
@@ -7215,6 +8115,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7215
8115
|
url: string;
|
|
7216
8116
|
detail?: string | undefined;
|
|
7217
8117
|
};
|
|
8118
|
+
} | {
|
|
8119
|
+
type: string;
|
|
8120
|
+
file: string;
|
|
8121
|
+
providerData?: Record<string, any> | undefined;
|
|
8122
|
+
} | {
|
|
8123
|
+
type: string;
|
|
8124
|
+
file: string;
|
|
8125
|
+
providerData?: Record<string, any> | undefined;
|
|
7218
8126
|
} | {
|
|
7219
8127
|
type: string;
|
|
7220
8128
|
id?: string | undefined;
|
|
@@ -7259,6 +8167,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7259
8167
|
url: string;
|
|
7260
8168
|
detail?: string | undefined;
|
|
7261
8169
|
};
|
|
8170
|
+
} | {
|
|
8171
|
+
type: string;
|
|
8172
|
+
file: string;
|
|
8173
|
+
providerData?: Record<string, any> | undefined;
|
|
8174
|
+
} | {
|
|
8175
|
+
type: string;
|
|
8176
|
+
file: string;
|
|
8177
|
+
providerData?: Record<string, any> | undefined;
|
|
7262
8178
|
} | {
|
|
7263
8179
|
type: string;
|
|
7264
8180
|
id?: string | undefined;
|
|
@@ -7316,6 +8232,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7316
8232
|
url: string;
|
|
7317
8233
|
detail?: string | undefined;
|
|
7318
8234
|
};
|
|
8235
|
+
} | {
|
|
8236
|
+
type: string;
|
|
8237
|
+
file: string;
|
|
8238
|
+
providerData?: Record<string, any> | undefined;
|
|
8239
|
+
} | {
|
|
8240
|
+
type: string;
|
|
8241
|
+
file: string;
|
|
8242
|
+
providerData?: Record<string, any> | undefined;
|
|
7319
8243
|
} | {
|
|
7320
8244
|
type: string;
|
|
7321
8245
|
id?: string | undefined;
|
|
@@ -7361,6 +8285,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7361
8285
|
url: string;
|
|
7362
8286
|
detail?: string | undefined;
|
|
7363
8287
|
};
|
|
8288
|
+
} | {
|
|
8289
|
+
type: string;
|
|
8290
|
+
file: string;
|
|
8291
|
+
providerData?: Record<string, any> | undefined;
|
|
8292
|
+
} | {
|
|
8293
|
+
type: string;
|
|
8294
|
+
file: string;
|
|
8295
|
+
providerData?: Record<string, any> | undefined;
|
|
7364
8296
|
} | {
|
|
7365
8297
|
type: string;
|
|
7366
8298
|
id?: string | undefined;
|
|
@@ -7405,6 +8337,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7405
8337
|
url: string;
|
|
7406
8338
|
detail?: string | undefined;
|
|
7407
8339
|
};
|
|
8340
|
+
} | {
|
|
8341
|
+
type: string;
|
|
8342
|
+
file: string;
|
|
8343
|
+
providerData?: Record<string, any> | undefined;
|
|
8344
|
+
} | {
|
|
8345
|
+
type: string;
|
|
8346
|
+
file: string;
|
|
8347
|
+
providerData?: Record<string, any> | undefined;
|
|
7408
8348
|
} | {
|
|
7409
8349
|
type: string;
|
|
7410
8350
|
id?: string | undefined;
|
|
@@ -7524,6 +8464,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7524
8464
|
};
|
|
7525
8465
|
}>, z.ZodObject<{
|
|
7526
8466
|
type: z.ZodString;
|
|
8467
|
+
} & {
|
|
8468
|
+
file: z.ZodString;
|
|
8469
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
8470
|
+
}, "strip", z.ZodTypeAny, {
|
|
8471
|
+
type: string;
|
|
8472
|
+
file: string;
|
|
8473
|
+
providerData?: Record<string, any> | undefined;
|
|
8474
|
+
}, {
|
|
8475
|
+
type: string;
|
|
8476
|
+
file: string;
|
|
8477
|
+
providerData?: Record<string, any> | undefined;
|
|
8478
|
+
}>, z.ZodObject<{
|
|
8479
|
+
type: z.ZodString;
|
|
7527
8480
|
} & {
|
|
7528
8481
|
id: z.ZodOptional<z.ZodString>;
|
|
7529
8482
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -7585,6 +8538,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7585
8538
|
type: string;
|
|
7586
8539
|
} | undefined;
|
|
7587
8540
|
annotations?: (string | Record<string, any>)[] | undefined;
|
|
8541
|
+
}>, z.ZodObject<{
|
|
8542
|
+
type: z.ZodString;
|
|
8543
|
+
} & {
|
|
8544
|
+
file: z.ZodString;
|
|
8545
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
8546
|
+
}, "strip", z.ZodTypeAny, {
|
|
8547
|
+
type: string;
|
|
8548
|
+
file: string;
|
|
8549
|
+
providerData?: Record<string, any> | undefined;
|
|
8550
|
+
}, {
|
|
8551
|
+
type: string;
|
|
8552
|
+
file: string;
|
|
8553
|
+
providerData?: Record<string, any> | undefined;
|
|
7588
8554
|
}>, z.ZodObject<{
|
|
7589
8555
|
type: z.ZodString;
|
|
7590
8556
|
text: z.ZodString;
|
|
@@ -7606,6 +8572,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7606
8572
|
url: string;
|
|
7607
8573
|
detail?: string | undefined;
|
|
7608
8574
|
};
|
|
8575
|
+
} | {
|
|
8576
|
+
type: string;
|
|
8577
|
+
file: string;
|
|
8578
|
+
providerData?: Record<string, any> | undefined;
|
|
8579
|
+
} | {
|
|
8580
|
+
type: string;
|
|
8581
|
+
file: string;
|
|
8582
|
+
providerData?: Record<string, any> | undefined;
|
|
7609
8583
|
} | {
|
|
7610
8584
|
type: string;
|
|
7611
8585
|
id?: string | undefined;
|
|
@@ -7637,6 +8611,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7637
8611
|
url: string;
|
|
7638
8612
|
detail?: string | undefined;
|
|
7639
8613
|
};
|
|
8614
|
+
} | {
|
|
8615
|
+
type: string;
|
|
8616
|
+
file: string;
|
|
8617
|
+
providerData?: Record<string, any> | undefined;
|
|
8618
|
+
} | {
|
|
8619
|
+
type: string;
|
|
8620
|
+
file: string;
|
|
8621
|
+
providerData?: Record<string, any> | undefined;
|
|
7640
8622
|
} | {
|
|
7641
8623
|
type: string;
|
|
7642
8624
|
id?: string | undefined;
|
|
@@ -7758,6 +8740,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7758
8740
|
url: string;
|
|
7759
8741
|
detail?: string | undefined;
|
|
7760
8742
|
};
|
|
8743
|
+
} | {
|
|
8744
|
+
type: string;
|
|
8745
|
+
file: string;
|
|
8746
|
+
providerData?: Record<string, any> | undefined;
|
|
8747
|
+
} | {
|
|
8748
|
+
type: string;
|
|
8749
|
+
file: string;
|
|
8750
|
+
providerData?: Record<string, any> | undefined;
|
|
7761
8751
|
} | {
|
|
7762
8752
|
type: string;
|
|
7763
8753
|
id?: string | undefined;
|
|
@@ -7802,6 +8792,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7802
8792
|
url: string;
|
|
7803
8793
|
detail?: string | undefined;
|
|
7804
8794
|
};
|
|
8795
|
+
} | {
|
|
8796
|
+
type: string;
|
|
8797
|
+
file: string;
|
|
8798
|
+
providerData?: Record<string, any> | undefined;
|
|
8799
|
+
} | {
|
|
8800
|
+
type: string;
|
|
8801
|
+
file: string;
|
|
8802
|
+
providerData?: Record<string, any> | undefined;
|
|
7805
8803
|
} | {
|
|
7806
8804
|
type: string;
|
|
7807
8805
|
id?: string | undefined;
|
|
@@ -7861,8 +8859,16 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7861
8859
|
};
|
|
7862
8860
|
} | {
|
|
7863
8861
|
type: string;
|
|
7864
|
-
|
|
7865
|
-
|
|
8862
|
+
file: string;
|
|
8863
|
+
providerData?: Record<string, any> | undefined;
|
|
8864
|
+
} | {
|
|
8865
|
+
type: string;
|
|
8866
|
+
file: string;
|
|
8867
|
+
providerData?: Record<string, any> | undefined;
|
|
8868
|
+
} | {
|
|
8869
|
+
type: string;
|
|
8870
|
+
id?: string | undefined;
|
|
8871
|
+
name?: string | undefined;
|
|
7866
8872
|
input?: Record<string, any> | undefined;
|
|
7867
8873
|
} | {
|
|
7868
8874
|
type: any;
|
|
@@ -7904,6 +8910,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7904
8910
|
url: string;
|
|
7905
8911
|
detail?: string | undefined;
|
|
7906
8912
|
};
|
|
8913
|
+
} | {
|
|
8914
|
+
type: string;
|
|
8915
|
+
file: string;
|
|
8916
|
+
providerData?: Record<string, any> | undefined;
|
|
8917
|
+
} | {
|
|
8918
|
+
type: string;
|
|
8919
|
+
file: string;
|
|
8920
|
+
providerData?: Record<string, any> | undefined;
|
|
7907
8921
|
} | {
|
|
7908
8922
|
type: string;
|
|
7909
8923
|
id?: string | undefined;
|
|
@@ -7948,6 +8962,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7948
8962
|
url: string;
|
|
7949
8963
|
detail?: string | undefined;
|
|
7950
8964
|
};
|
|
8965
|
+
} | {
|
|
8966
|
+
type: string;
|
|
8967
|
+
file: string;
|
|
8968
|
+
providerData?: Record<string, any> | undefined;
|
|
8969
|
+
} | {
|
|
8970
|
+
type: string;
|
|
8971
|
+
file: string;
|
|
8972
|
+
providerData?: Record<string, any> | undefined;
|
|
7951
8973
|
} | {
|
|
7952
8974
|
type: string;
|
|
7953
8975
|
id?: string | undefined;
|
|
@@ -8146,6 +9168,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8146
9168
|
};
|
|
8147
9169
|
}>, z.ZodObject<{
|
|
8148
9170
|
type: z.ZodString;
|
|
9171
|
+
} & {
|
|
9172
|
+
file: z.ZodString;
|
|
9173
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
9174
|
+
}, "strip", z.ZodTypeAny, {
|
|
9175
|
+
type: string;
|
|
9176
|
+
file: string;
|
|
9177
|
+
providerData?: Record<string, any> | undefined;
|
|
9178
|
+
}, {
|
|
9179
|
+
type: string;
|
|
9180
|
+
file: string;
|
|
9181
|
+
providerData?: Record<string, any> | undefined;
|
|
9182
|
+
}>, z.ZodObject<{
|
|
9183
|
+
type: z.ZodString;
|
|
8149
9184
|
} & {
|
|
8150
9185
|
id: z.ZodOptional<z.ZodString>;
|
|
8151
9186
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -8207,6 +9242,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8207
9242
|
type: string;
|
|
8208
9243
|
} | undefined;
|
|
8209
9244
|
annotations?: (string | Record<string, any>)[] | undefined;
|
|
9245
|
+
}>, z.ZodObject<{
|
|
9246
|
+
type: z.ZodString;
|
|
9247
|
+
} & {
|
|
9248
|
+
file: z.ZodString;
|
|
9249
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
9250
|
+
}, "strip", z.ZodTypeAny, {
|
|
9251
|
+
type: string;
|
|
9252
|
+
file: string;
|
|
9253
|
+
providerData?: Record<string, any> | undefined;
|
|
9254
|
+
}, {
|
|
9255
|
+
type: string;
|
|
9256
|
+
file: string;
|
|
9257
|
+
providerData?: Record<string, any> | undefined;
|
|
8210
9258
|
}>, z.ZodObject<{
|
|
8211
9259
|
type: z.ZodString;
|
|
8212
9260
|
text: z.ZodString;
|
|
@@ -8228,6 +9276,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8228
9276
|
url: string;
|
|
8229
9277
|
detail?: string | undefined;
|
|
8230
9278
|
};
|
|
9279
|
+
} | {
|
|
9280
|
+
type: string;
|
|
9281
|
+
file: string;
|
|
9282
|
+
providerData?: Record<string, any> | undefined;
|
|
9283
|
+
} | {
|
|
9284
|
+
type: string;
|
|
9285
|
+
file: string;
|
|
9286
|
+
providerData?: Record<string, any> | undefined;
|
|
8231
9287
|
} | {
|
|
8232
9288
|
type: string;
|
|
8233
9289
|
id?: string | undefined;
|
|
@@ -8259,6 +9315,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8259
9315
|
url: string;
|
|
8260
9316
|
detail?: string | undefined;
|
|
8261
9317
|
};
|
|
9318
|
+
} | {
|
|
9319
|
+
type: string;
|
|
9320
|
+
file: string;
|
|
9321
|
+
providerData?: Record<string, any> | undefined;
|
|
9322
|
+
} | {
|
|
9323
|
+
type: string;
|
|
9324
|
+
file: string;
|
|
9325
|
+
providerData?: Record<string, any> | undefined;
|
|
8262
9326
|
} | {
|
|
8263
9327
|
type: string;
|
|
8264
9328
|
id?: string | undefined;
|
|
@@ -8380,6 +9444,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8380
9444
|
url: string;
|
|
8381
9445
|
detail?: string | undefined;
|
|
8382
9446
|
};
|
|
9447
|
+
} | {
|
|
9448
|
+
type: string;
|
|
9449
|
+
file: string;
|
|
9450
|
+
providerData?: Record<string, any> | undefined;
|
|
9451
|
+
} | {
|
|
9452
|
+
type: string;
|
|
9453
|
+
file: string;
|
|
9454
|
+
providerData?: Record<string, any> | undefined;
|
|
8383
9455
|
} | {
|
|
8384
9456
|
type: string;
|
|
8385
9457
|
id?: string | undefined;
|
|
@@ -8424,6 +9496,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8424
9496
|
url: string;
|
|
8425
9497
|
detail?: string | undefined;
|
|
8426
9498
|
};
|
|
9499
|
+
} | {
|
|
9500
|
+
type: string;
|
|
9501
|
+
file: string;
|
|
9502
|
+
providerData?: Record<string, any> | undefined;
|
|
9503
|
+
} | {
|
|
9504
|
+
type: string;
|
|
9505
|
+
file: string;
|
|
9506
|
+
providerData?: Record<string, any> | undefined;
|
|
8427
9507
|
} | {
|
|
8428
9508
|
type: string;
|
|
8429
9509
|
id?: string | undefined;
|
|
@@ -8481,6 +9561,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8481
9561
|
url: string;
|
|
8482
9562
|
detail?: string | undefined;
|
|
8483
9563
|
};
|
|
9564
|
+
} | {
|
|
9565
|
+
type: string;
|
|
9566
|
+
file: string;
|
|
9567
|
+
providerData?: Record<string, any> | undefined;
|
|
9568
|
+
} | {
|
|
9569
|
+
type: string;
|
|
9570
|
+
file: string;
|
|
9571
|
+
providerData?: Record<string, any> | undefined;
|
|
8484
9572
|
} | {
|
|
8485
9573
|
type: string;
|
|
8486
9574
|
id?: string | undefined;
|
|
@@ -8526,6 +9614,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8526
9614
|
url: string;
|
|
8527
9615
|
detail?: string | undefined;
|
|
8528
9616
|
};
|
|
9617
|
+
} | {
|
|
9618
|
+
type: string;
|
|
9619
|
+
file: string;
|
|
9620
|
+
providerData?: Record<string, any> | undefined;
|
|
9621
|
+
} | {
|
|
9622
|
+
type: string;
|
|
9623
|
+
file: string;
|
|
9624
|
+
providerData?: Record<string, any> | undefined;
|
|
8529
9625
|
} | {
|
|
8530
9626
|
type: string;
|
|
8531
9627
|
id?: string | undefined;
|
|
@@ -8570,6 +9666,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8570
9666
|
url: string;
|
|
8571
9667
|
detail?: string | undefined;
|
|
8572
9668
|
};
|
|
9669
|
+
} | {
|
|
9670
|
+
type: string;
|
|
9671
|
+
file: string;
|
|
9672
|
+
providerData?: Record<string, any> | undefined;
|
|
9673
|
+
} | {
|
|
9674
|
+
type: string;
|
|
9675
|
+
file: string;
|
|
9676
|
+
providerData?: Record<string, any> | undefined;
|
|
8573
9677
|
} | {
|
|
8574
9678
|
type: string;
|
|
8575
9679
|
id?: string | undefined;
|
|
@@ -8665,6 +9769,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8665
9769
|
};
|
|
8666
9770
|
}>, z.ZodObject<{
|
|
8667
9771
|
type: z.ZodString;
|
|
9772
|
+
} & {
|
|
9773
|
+
file: z.ZodString;
|
|
9774
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
9775
|
+
}, "strip", z.ZodTypeAny, {
|
|
9776
|
+
type: string;
|
|
9777
|
+
file: string;
|
|
9778
|
+
providerData?: Record<string, any> | undefined;
|
|
9779
|
+
}, {
|
|
9780
|
+
type: string;
|
|
9781
|
+
file: string;
|
|
9782
|
+
providerData?: Record<string, any> | undefined;
|
|
9783
|
+
}>, z.ZodObject<{
|
|
9784
|
+
type: z.ZodString;
|
|
8668
9785
|
} & {
|
|
8669
9786
|
id: z.ZodOptional<z.ZodString>;
|
|
8670
9787
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -8726,6 +9843,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8726
9843
|
type: string;
|
|
8727
9844
|
} | undefined;
|
|
8728
9845
|
annotations?: (string | Record<string, any>)[] | undefined;
|
|
9846
|
+
}>, z.ZodObject<{
|
|
9847
|
+
type: z.ZodString;
|
|
9848
|
+
} & {
|
|
9849
|
+
file: z.ZodString;
|
|
9850
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
9851
|
+
}, "strip", z.ZodTypeAny, {
|
|
9852
|
+
type: string;
|
|
9853
|
+
file: string;
|
|
9854
|
+
providerData?: Record<string, any> | undefined;
|
|
9855
|
+
}, {
|
|
9856
|
+
type: string;
|
|
9857
|
+
file: string;
|
|
9858
|
+
providerData?: Record<string, any> | undefined;
|
|
8729
9859
|
}>, z.ZodObject<{
|
|
8730
9860
|
type: z.ZodString;
|
|
8731
9861
|
text: z.ZodString;
|
|
@@ -8747,6 +9877,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8747
9877
|
url: string;
|
|
8748
9878
|
detail?: string | undefined;
|
|
8749
9879
|
};
|
|
9880
|
+
} | {
|
|
9881
|
+
type: string;
|
|
9882
|
+
file: string;
|
|
9883
|
+
providerData?: Record<string, any> | undefined;
|
|
9884
|
+
} | {
|
|
9885
|
+
type: string;
|
|
9886
|
+
file: string;
|
|
9887
|
+
providerData?: Record<string, any> | undefined;
|
|
8750
9888
|
} | {
|
|
8751
9889
|
type: string;
|
|
8752
9890
|
id?: string | undefined;
|
|
@@ -8778,6 +9916,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8778
9916
|
url: string;
|
|
8779
9917
|
detail?: string | undefined;
|
|
8780
9918
|
};
|
|
9919
|
+
} | {
|
|
9920
|
+
type: string;
|
|
9921
|
+
file: string;
|
|
9922
|
+
providerData?: Record<string, any> | undefined;
|
|
9923
|
+
} | {
|
|
9924
|
+
type: string;
|
|
9925
|
+
file: string;
|
|
9926
|
+
providerData?: Record<string, any> | undefined;
|
|
8781
9927
|
} | {
|
|
8782
9928
|
type: string;
|
|
8783
9929
|
id?: string | undefined;
|
|
@@ -8899,6 +10045,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8899
10045
|
url: string;
|
|
8900
10046
|
detail?: string | undefined;
|
|
8901
10047
|
};
|
|
10048
|
+
} | {
|
|
10049
|
+
type: string;
|
|
10050
|
+
file: string;
|
|
10051
|
+
providerData?: Record<string, any> | undefined;
|
|
10052
|
+
} | {
|
|
10053
|
+
type: string;
|
|
10054
|
+
file: string;
|
|
10055
|
+
providerData?: Record<string, any> | undefined;
|
|
8902
10056
|
} | {
|
|
8903
10057
|
type: string;
|
|
8904
10058
|
id?: string | undefined;
|
|
@@ -8943,6 +10097,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8943
10097
|
url: string;
|
|
8944
10098
|
detail?: string | undefined;
|
|
8945
10099
|
};
|
|
10100
|
+
} | {
|
|
10101
|
+
type: string;
|
|
10102
|
+
file: string;
|
|
10103
|
+
providerData?: Record<string, any> | undefined;
|
|
10104
|
+
} | {
|
|
10105
|
+
type: string;
|
|
10106
|
+
file: string;
|
|
10107
|
+
providerData?: Record<string, any> | undefined;
|
|
8946
10108
|
} | {
|
|
8947
10109
|
type: string;
|
|
8948
10110
|
id?: string | undefined;
|
|
@@ -9000,6 +10162,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9000
10162
|
url: string;
|
|
9001
10163
|
detail?: string | undefined;
|
|
9002
10164
|
};
|
|
10165
|
+
} | {
|
|
10166
|
+
type: string;
|
|
10167
|
+
file: string;
|
|
10168
|
+
providerData?: Record<string, any> | undefined;
|
|
10169
|
+
} | {
|
|
10170
|
+
type: string;
|
|
10171
|
+
file: string;
|
|
10172
|
+
providerData?: Record<string, any> | undefined;
|
|
9003
10173
|
} | {
|
|
9004
10174
|
type: string;
|
|
9005
10175
|
id?: string | undefined;
|
|
@@ -9045,6 +10215,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9045
10215
|
url: string;
|
|
9046
10216
|
detail?: string | undefined;
|
|
9047
10217
|
};
|
|
10218
|
+
} | {
|
|
10219
|
+
type: string;
|
|
10220
|
+
file: string;
|
|
10221
|
+
providerData?: Record<string, any> | undefined;
|
|
10222
|
+
} | {
|
|
10223
|
+
type: string;
|
|
10224
|
+
file: string;
|
|
10225
|
+
providerData?: Record<string, any> | undefined;
|
|
9048
10226
|
} | {
|
|
9049
10227
|
type: string;
|
|
9050
10228
|
id?: string | undefined;
|
|
@@ -9089,6 +10267,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9089
10267
|
url: string;
|
|
9090
10268
|
detail?: string | undefined;
|
|
9091
10269
|
};
|
|
10270
|
+
} | {
|
|
10271
|
+
type: string;
|
|
10272
|
+
file: string;
|
|
10273
|
+
providerData?: Record<string, any> | undefined;
|
|
10274
|
+
} | {
|
|
10275
|
+
type: string;
|
|
10276
|
+
file: string;
|
|
10277
|
+
providerData?: Record<string, any> | undefined;
|
|
9092
10278
|
} | {
|
|
9093
10279
|
type: string;
|
|
9094
10280
|
id?: string | undefined;
|
|
@@ -9184,6 +10370,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9184
10370
|
};
|
|
9185
10371
|
}>, z.ZodObject<{
|
|
9186
10372
|
type: z.ZodString;
|
|
10373
|
+
} & {
|
|
10374
|
+
file: z.ZodString;
|
|
10375
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
10376
|
+
}, "strip", z.ZodTypeAny, {
|
|
10377
|
+
type: string;
|
|
10378
|
+
file: string;
|
|
10379
|
+
providerData?: Record<string, any> | undefined;
|
|
10380
|
+
}, {
|
|
10381
|
+
type: string;
|
|
10382
|
+
file: string;
|
|
10383
|
+
providerData?: Record<string, any> | undefined;
|
|
10384
|
+
}>, z.ZodObject<{
|
|
10385
|
+
type: z.ZodString;
|
|
9187
10386
|
} & {
|
|
9188
10387
|
id: z.ZodOptional<z.ZodString>;
|
|
9189
10388
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -9245,6 +10444,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9245
10444
|
type: string;
|
|
9246
10445
|
} | undefined;
|
|
9247
10446
|
annotations?: (string | Record<string, any>)[] | undefined;
|
|
10447
|
+
}>, z.ZodObject<{
|
|
10448
|
+
type: z.ZodString;
|
|
10449
|
+
} & {
|
|
10450
|
+
file: z.ZodString;
|
|
10451
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
10452
|
+
}, "strip", z.ZodTypeAny, {
|
|
10453
|
+
type: string;
|
|
10454
|
+
file: string;
|
|
10455
|
+
providerData?: Record<string, any> | undefined;
|
|
10456
|
+
}, {
|
|
10457
|
+
type: string;
|
|
10458
|
+
file: string;
|
|
10459
|
+
providerData?: Record<string, any> | undefined;
|
|
9248
10460
|
}>, z.ZodObject<{
|
|
9249
10461
|
type: z.ZodString;
|
|
9250
10462
|
text: z.ZodString;
|
|
@@ -9266,6 +10478,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9266
10478
|
url: string;
|
|
9267
10479
|
detail?: string | undefined;
|
|
9268
10480
|
};
|
|
10481
|
+
} | {
|
|
10482
|
+
type: string;
|
|
10483
|
+
file: string;
|
|
10484
|
+
providerData?: Record<string, any> | undefined;
|
|
10485
|
+
} | {
|
|
10486
|
+
type: string;
|
|
10487
|
+
file: string;
|
|
10488
|
+
providerData?: Record<string, any> | undefined;
|
|
9269
10489
|
} | {
|
|
9270
10490
|
type: string;
|
|
9271
10491
|
id?: string | undefined;
|
|
@@ -9297,6 +10517,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9297
10517
|
url: string;
|
|
9298
10518
|
detail?: string | undefined;
|
|
9299
10519
|
};
|
|
10520
|
+
} | {
|
|
10521
|
+
type: string;
|
|
10522
|
+
file: string;
|
|
10523
|
+
providerData?: Record<string, any> | undefined;
|
|
10524
|
+
} | {
|
|
10525
|
+
type: string;
|
|
10526
|
+
file: string;
|
|
10527
|
+
providerData?: Record<string, any> | undefined;
|
|
9300
10528
|
} | {
|
|
9301
10529
|
type: string;
|
|
9302
10530
|
id?: string | undefined;
|
|
@@ -9418,6 +10646,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9418
10646
|
url: string;
|
|
9419
10647
|
detail?: string | undefined;
|
|
9420
10648
|
};
|
|
10649
|
+
} | {
|
|
10650
|
+
type: string;
|
|
10651
|
+
file: string;
|
|
10652
|
+
providerData?: Record<string, any> | undefined;
|
|
10653
|
+
} | {
|
|
10654
|
+
type: string;
|
|
10655
|
+
file: string;
|
|
10656
|
+
providerData?: Record<string, any> | undefined;
|
|
9421
10657
|
} | {
|
|
9422
10658
|
type: string;
|
|
9423
10659
|
id?: string | undefined;
|
|
@@ -9462,6 +10698,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9462
10698
|
url: string;
|
|
9463
10699
|
detail?: string | undefined;
|
|
9464
10700
|
};
|
|
10701
|
+
} | {
|
|
10702
|
+
type: string;
|
|
10703
|
+
file: string;
|
|
10704
|
+
providerData?: Record<string, any> | undefined;
|
|
10705
|
+
} | {
|
|
10706
|
+
type: string;
|
|
10707
|
+
file: string;
|
|
10708
|
+
providerData?: Record<string, any> | undefined;
|
|
9465
10709
|
} | {
|
|
9466
10710
|
type: string;
|
|
9467
10711
|
id?: string | undefined;
|
|
@@ -9519,6 +10763,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9519
10763
|
url: string;
|
|
9520
10764
|
detail?: string | undefined;
|
|
9521
10765
|
};
|
|
10766
|
+
} | {
|
|
10767
|
+
type: string;
|
|
10768
|
+
file: string;
|
|
10769
|
+
providerData?: Record<string, any> | undefined;
|
|
10770
|
+
} | {
|
|
10771
|
+
type: string;
|
|
10772
|
+
file: string;
|
|
10773
|
+
providerData?: Record<string, any> | undefined;
|
|
9522
10774
|
} | {
|
|
9523
10775
|
type: string;
|
|
9524
10776
|
id?: string | undefined;
|
|
@@ -9564,6 +10816,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9564
10816
|
url: string;
|
|
9565
10817
|
detail?: string | undefined;
|
|
9566
10818
|
};
|
|
10819
|
+
} | {
|
|
10820
|
+
type: string;
|
|
10821
|
+
file: string;
|
|
10822
|
+
providerData?: Record<string, any> | undefined;
|
|
10823
|
+
} | {
|
|
10824
|
+
type: string;
|
|
10825
|
+
file: string;
|
|
10826
|
+
providerData?: Record<string, any> | undefined;
|
|
9567
10827
|
} | {
|
|
9568
10828
|
type: string;
|
|
9569
10829
|
id?: string | undefined;
|
|
@@ -9608,6 +10868,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9608
10868
|
url: string;
|
|
9609
10869
|
detail?: string | undefined;
|
|
9610
10870
|
};
|
|
10871
|
+
} | {
|
|
10872
|
+
type: string;
|
|
10873
|
+
file: string;
|
|
10874
|
+
providerData?: Record<string, any> | undefined;
|
|
10875
|
+
} | {
|
|
10876
|
+
type: string;
|
|
10877
|
+
file: string;
|
|
10878
|
+
providerData?: Record<string, any> | undefined;
|
|
9611
10879
|
} | {
|
|
9612
10880
|
type: string;
|
|
9613
10881
|
id?: string | undefined;
|
|
@@ -9983,6 +11251,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9983
11251
|
};
|
|
9984
11252
|
}>, z.ZodObject<{
|
|
9985
11253
|
type: z.ZodString;
|
|
11254
|
+
} & {
|
|
11255
|
+
file: z.ZodString;
|
|
11256
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
11257
|
+
}, "strip", z.ZodTypeAny, {
|
|
11258
|
+
type: string;
|
|
11259
|
+
file: string;
|
|
11260
|
+
providerData?: Record<string, any> | undefined;
|
|
11261
|
+
}, {
|
|
11262
|
+
type: string;
|
|
11263
|
+
file: string;
|
|
11264
|
+
providerData?: Record<string, any> | undefined;
|
|
11265
|
+
}>, z.ZodObject<{
|
|
11266
|
+
type: z.ZodString;
|
|
9986
11267
|
} & {
|
|
9987
11268
|
id: z.ZodOptional<z.ZodString>;
|
|
9988
11269
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -10044,6 +11325,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10044
11325
|
type: string;
|
|
10045
11326
|
} | undefined;
|
|
10046
11327
|
annotations?: (string | Record<string, any>)[] | undefined;
|
|
11328
|
+
}>, z.ZodObject<{
|
|
11329
|
+
type: z.ZodString;
|
|
11330
|
+
} & {
|
|
11331
|
+
file: z.ZodString;
|
|
11332
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
11333
|
+
}, "strip", z.ZodTypeAny, {
|
|
11334
|
+
type: string;
|
|
11335
|
+
file: string;
|
|
11336
|
+
providerData?: Record<string, any> | undefined;
|
|
11337
|
+
}, {
|
|
11338
|
+
type: string;
|
|
11339
|
+
file: string;
|
|
11340
|
+
providerData?: Record<string, any> | undefined;
|
|
10047
11341
|
}>, z.ZodObject<{
|
|
10048
11342
|
type: z.ZodString;
|
|
10049
11343
|
text: z.ZodString;
|
|
@@ -10065,6 +11359,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10065
11359
|
url: string;
|
|
10066
11360
|
detail?: string | undefined;
|
|
10067
11361
|
};
|
|
11362
|
+
} | {
|
|
11363
|
+
type: string;
|
|
11364
|
+
file: string;
|
|
11365
|
+
providerData?: Record<string, any> | undefined;
|
|
11366
|
+
} | {
|
|
11367
|
+
type: string;
|
|
11368
|
+
file: string;
|
|
11369
|
+
providerData?: Record<string, any> | undefined;
|
|
10068
11370
|
} | {
|
|
10069
11371
|
type: string;
|
|
10070
11372
|
id?: string | undefined;
|
|
@@ -10096,6 +11398,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10096
11398
|
url: string;
|
|
10097
11399
|
detail?: string | undefined;
|
|
10098
11400
|
};
|
|
11401
|
+
} | {
|
|
11402
|
+
type: string;
|
|
11403
|
+
file: string;
|
|
11404
|
+
providerData?: Record<string, any> | undefined;
|
|
11405
|
+
} | {
|
|
11406
|
+
type: string;
|
|
11407
|
+
file: string;
|
|
11408
|
+
providerData?: Record<string, any> | undefined;
|
|
10099
11409
|
} | {
|
|
10100
11410
|
type: string;
|
|
10101
11411
|
id?: string | undefined;
|
|
@@ -10217,6 +11527,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10217
11527
|
url: string;
|
|
10218
11528
|
detail?: string | undefined;
|
|
10219
11529
|
};
|
|
11530
|
+
} | {
|
|
11531
|
+
type: string;
|
|
11532
|
+
file: string;
|
|
11533
|
+
providerData?: Record<string, any> | undefined;
|
|
11534
|
+
} | {
|
|
11535
|
+
type: string;
|
|
11536
|
+
file: string;
|
|
11537
|
+
providerData?: Record<string, any> | undefined;
|
|
10220
11538
|
} | {
|
|
10221
11539
|
type: string;
|
|
10222
11540
|
id?: string | undefined;
|
|
@@ -10261,6 +11579,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10261
11579
|
url: string;
|
|
10262
11580
|
detail?: string | undefined;
|
|
10263
11581
|
};
|
|
11582
|
+
} | {
|
|
11583
|
+
type: string;
|
|
11584
|
+
file: string;
|
|
11585
|
+
providerData?: Record<string, any> | undefined;
|
|
11586
|
+
} | {
|
|
11587
|
+
type: string;
|
|
11588
|
+
file: string;
|
|
11589
|
+
providerData?: Record<string, any> | undefined;
|
|
10264
11590
|
} | {
|
|
10265
11591
|
type: string;
|
|
10266
11592
|
id?: string | undefined;
|
|
@@ -10318,6 +11644,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10318
11644
|
url: string;
|
|
10319
11645
|
detail?: string | undefined;
|
|
10320
11646
|
};
|
|
11647
|
+
} | {
|
|
11648
|
+
type: string;
|
|
11649
|
+
file: string;
|
|
11650
|
+
providerData?: Record<string, any> | undefined;
|
|
11651
|
+
} | {
|
|
11652
|
+
type: string;
|
|
11653
|
+
file: string;
|
|
11654
|
+
providerData?: Record<string, any> | undefined;
|
|
10321
11655
|
} | {
|
|
10322
11656
|
type: string;
|
|
10323
11657
|
id?: string | undefined;
|
|
@@ -10363,6 +11697,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10363
11697
|
url: string;
|
|
10364
11698
|
detail?: string | undefined;
|
|
10365
11699
|
};
|
|
11700
|
+
} | {
|
|
11701
|
+
type: string;
|
|
11702
|
+
file: string;
|
|
11703
|
+
providerData?: Record<string, any> | undefined;
|
|
11704
|
+
} | {
|
|
11705
|
+
type: string;
|
|
11706
|
+
file: string;
|
|
11707
|
+
providerData?: Record<string, any> | undefined;
|
|
10366
11708
|
} | {
|
|
10367
11709
|
type: string;
|
|
10368
11710
|
id?: string | undefined;
|
|
@@ -10407,6 +11749,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10407
11749
|
url: string;
|
|
10408
11750
|
detail?: string | undefined;
|
|
10409
11751
|
};
|
|
11752
|
+
} | {
|
|
11753
|
+
type: string;
|
|
11754
|
+
file: string;
|
|
11755
|
+
providerData?: Record<string, any> | undefined;
|
|
11756
|
+
} | {
|
|
11757
|
+
type: string;
|
|
11758
|
+
file: string;
|
|
11759
|
+
providerData?: Record<string, any> | undefined;
|
|
10410
11760
|
} | {
|
|
10411
11761
|
type: string;
|
|
10412
11762
|
id?: string | undefined;
|
|
@@ -10526,6 +11876,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10526
11876
|
};
|
|
10527
11877
|
}>, z.ZodObject<{
|
|
10528
11878
|
type: z.ZodString;
|
|
11879
|
+
} & {
|
|
11880
|
+
file: z.ZodString;
|
|
11881
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
11882
|
+
}, "strip", z.ZodTypeAny, {
|
|
11883
|
+
type: string;
|
|
11884
|
+
file: string;
|
|
11885
|
+
providerData?: Record<string, any> | undefined;
|
|
11886
|
+
}, {
|
|
11887
|
+
type: string;
|
|
11888
|
+
file: string;
|
|
11889
|
+
providerData?: Record<string, any> | undefined;
|
|
11890
|
+
}>, z.ZodObject<{
|
|
11891
|
+
type: z.ZodString;
|
|
10529
11892
|
} & {
|
|
10530
11893
|
id: z.ZodOptional<z.ZodString>;
|
|
10531
11894
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -10587,6 +11950,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10587
11950
|
type: string;
|
|
10588
11951
|
} | undefined;
|
|
10589
11952
|
annotations?: (string | Record<string, any>)[] | undefined;
|
|
11953
|
+
}>, z.ZodObject<{
|
|
11954
|
+
type: z.ZodString;
|
|
11955
|
+
} & {
|
|
11956
|
+
file: z.ZodString;
|
|
11957
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
11958
|
+
}, "strip", z.ZodTypeAny, {
|
|
11959
|
+
type: string;
|
|
11960
|
+
file: string;
|
|
11961
|
+
providerData?: Record<string, any> | undefined;
|
|
11962
|
+
}, {
|
|
11963
|
+
type: string;
|
|
11964
|
+
file: string;
|
|
11965
|
+
providerData?: Record<string, any> | undefined;
|
|
10590
11966
|
}>, z.ZodObject<{
|
|
10591
11967
|
type: z.ZodString;
|
|
10592
11968
|
text: z.ZodString;
|
|
@@ -10608,6 +11984,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10608
11984
|
url: string;
|
|
10609
11985
|
detail?: string | undefined;
|
|
10610
11986
|
};
|
|
11987
|
+
} | {
|
|
11988
|
+
type: string;
|
|
11989
|
+
file: string;
|
|
11990
|
+
providerData?: Record<string, any> | undefined;
|
|
11991
|
+
} | {
|
|
11992
|
+
type: string;
|
|
11993
|
+
file: string;
|
|
11994
|
+
providerData?: Record<string, any> | undefined;
|
|
10611
11995
|
} | {
|
|
10612
11996
|
type: string;
|
|
10613
11997
|
id?: string | undefined;
|
|
@@ -10639,6 +12023,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10639
12023
|
url: string;
|
|
10640
12024
|
detail?: string | undefined;
|
|
10641
12025
|
};
|
|
12026
|
+
} | {
|
|
12027
|
+
type: string;
|
|
12028
|
+
file: string;
|
|
12029
|
+
providerData?: Record<string, any> | undefined;
|
|
12030
|
+
} | {
|
|
12031
|
+
type: string;
|
|
12032
|
+
file: string;
|
|
12033
|
+
providerData?: Record<string, any> | undefined;
|
|
10642
12034
|
} | {
|
|
10643
12035
|
type: string;
|
|
10644
12036
|
id?: string | undefined;
|
|
@@ -10760,6 +12152,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10760
12152
|
url: string;
|
|
10761
12153
|
detail?: string | undefined;
|
|
10762
12154
|
};
|
|
12155
|
+
} | {
|
|
12156
|
+
type: string;
|
|
12157
|
+
file: string;
|
|
12158
|
+
providerData?: Record<string, any> | undefined;
|
|
12159
|
+
} | {
|
|
12160
|
+
type: string;
|
|
12161
|
+
file: string;
|
|
12162
|
+
providerData?: Record<string, any> | undefined;
|
|
10763
12163
|
} | {
|
|
10764
12164
|
type: string;
|
|
10765
12165
|
id?: string | undefined;
|
|
@@ -10804,6 +12204,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10804
12204
|
url: string;
|
|
10805
12205
|
detail?: string | undefined;
|
|
10806
12206
|
};
|
|
12207
|
+
} | {
|
|
12208
|
+
type: string;
|
|
12209
|
+
file: string;
|
|
12210
|
+
providerData?: Record<string, any> | undefined;
|
|
12211
|
+
} | {
|
|
12212
|
+
type: string;
|
|
12213
|
+
file: string;
|
|
12214
|
+
providerData?: Record<string, any> | undefined;
|
|
10807
12215
|
} | {
|
|
10808
12216
|
type: string;
|
|
10809
12217
|
id?: string | undefined;
|
|
@@ -10861,6 +12269,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10861
12269
|
url: string;
|
|
10862
12270
|
detail?: string | undefined;
|
|
10863
12271
|
};
|
|
12272
|
+
} | {
|
|
12273
|
+
type: string;
|
|
12274
|
+
file: string;
|
|
12275
|
+
providerData?: Record<string, any> | undefined;
|
|
12276
|
+
} | {
|
|
12277
|
+
type: string;
|
|
12278
|
+
file: string;
|
|
12279
|
+
providerData?: Record<string, any> | undefined;
|
|
10864
12280
|
} | {
|
|
10865
12281
|
type: string;
|
|
10866
12282
|
id?: string | undefined;
|
|
@@ -10906,6 +12322,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10906
12322
|
url: string;
|
|
10907
12323
|
detail?: string | undefined;
|
|
10908
12324
|
};
|
|
12325
|
+
} | {
|
|
12326
|
+
type: string;
|
|
12327
|
+
file: string;
|
|
12328
|
+
providerData?: Record<string, any> | undefined;
|
|
12329
|
+
} | {
|
|
12330
|
+
type: string;
|
|
12331
|
+
file: string;
|
|
12332
|
+
providerData?: Record<string, any> | undefined;
|
|
10909
12333
|
} | {
|
|
10910
12334
|
type: string;
|
|
10911
12335
|
id?: string | undefined;
|
|
@@ -10950,6 +12374,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10950
12374
|
url: string;
|
|
10951
12375
|
detail?: string | undefined;
|
|
10952
12376
|
};
|
|
12377
|
+
} | {
|
|
12378
|
+
type: string;
|
|
12379
|
+
file: string;
|
|
12380
|
+
providerData?: Record<string, any> | undefined;
|
|
12381
|
+
} | {
|
|
12382
|
+
type: string;
|
|
12383
|
+
file: string;
|
|
12384
|
+
providerData?: Record<string, any> | undefined;
|
|
10953
12385
|
} | {
|
|
10954
12386
|
type: string;
|
|
10955
12387
|
id?: string | undefined;
|
|
@@ -11148,6 +12580,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11148
12580
|
};
|
|
11149
12581
|
}>, z.ZodObject<{
|
|
11150
12582
|
type: z.ZodString;
|
|
12583
|
+
} & {
|
|
12584
|
+
file: z.ZodString;
|
|
12585
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
12586
|
+
}, "strip", z.ZodTypeAny, {
|
|
12587
|
+
type: string;
|
|
12588
|
+
file: string;
|
|
12589
|
+
providerData?: Record<string, any> | undefined;
|
|
12590
|
+
}, {
|
|
12591
|
+
type: string;
|
|
12592
|
+
file: string;
|
|
12593
|
+
providerData?: Record<string, any> | undefined;
|
|
12594
|
+
}>, z.ZodObject<{
|
|
12595
|
+
type: z.ZodString;
|
|
11151
12596
|
} & {
|
|
11152
12597
|
id: z.ZodOptional<z.ZodString>;
|
|
11153
12598
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -11209,6 +12654,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11209
12654
|
type: string;
|
|
11210
12655
|
} | undefined;
|
|
11211
12656
|
annotations?: (string | Record<string, any>)[] | undefined;
|
|
12657
|
+
}>, z.ZodObject<{
|
|
12658
|
+
type: z.ZodString;
|
|
12659
|
+
} & {
|
|
12660
|
+
file: z.ZodString;
|
|
12661
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
12662
|
+
}, "strip", z.ZodTypeAny, {
|
|
12663
|
+
type: string;
|
|
12664
|
+
file: string;
|
|
12665
|
+
providerData?: Record<string, any> | undefined;
|
|
12666
|
+
}, {
|
|
12667
|
+
type: string;
|
|
12668
|
+
file: string;
|
|
12669
|
+
providerData?: Record<string, any> | undefined;
|
|
11212
12670
|
}>, z.ZodObject<{
|
|
11213
12671
|
type: z.ZodString;
|
|
11214
12672
|
text: z.ZodString;
|
|
@@ -11230,6 +12688,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11230
12688
|
url: string;
|
|
11231
12689
|
detail?: string | undefined;
|
|
11232
12690
|
};
|
|
12691
|
+
} | {
|
|
12692
|
+
type: string;
|
|
12693
|
+
file: string;
|
|
12694
|
+
providerData?: Record<string, any> | undefined;
|
|
12695
|
+
} | {
|
|
12696
|
+
type: string;
|
|
12697
|
+
file: string;
|
|
12698
|
+
providerData?: Record<string, any> | undefined;
|
|
11233
12699
|
} | {
|
|
11234
12700
|
type: string;
|
|
11235
12701
|
id?: string | undefined;
|
|
@@ -11261,6 +12727,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11261
12727
|
url: string;
|
|
11262
12728
|
detail?: string | undefined;
|
|
11263
12729
|
};
|
|
12730
|
+
} | {
|
|
12731
|
+
type: string;
|
|
12732
|
+
file: string;
|
|
12733
|
+
providerData?: Record<string, any> | undefined;
|
|
12734
|
+
} | {
|
|
12735
|
+
type: string;
|
|
12736
|
+
file: string;
|
|
12737
|
+
providerData?: Record<string, any> | undefined;
|
|
11264
12738
|
} | {
|
|
11265
12739
|
type: string;
|
|
11266
12740
|
id?: string | undefined;
|
|
@@ -11382,6 +12856,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11382
12856
|
url: string;
|
|
11383
12857
|
detail?: string | undefined;
|
|
11384
12858
|
};
|
|
12859
|
+
} | {
|
|
12860
|
+
type: string;
|
|
12861
|
+
file: string;
|
|
12862
|
+
providerData?: Record<string, any> | undefined;
|
|
12863
|
+
} | {
|
|
12864
|
+
type: string;
|
|
12865
|
+
file: string;
|
|
12866
|
+
providerData?: Record<string, any> | undefined;
|
|
11385
12867
|
} | {
|
|
11386
12868
|
type: string;
|
|
11387
12869
|
id?: string | undefined;
|
|
@@ -11426,6 +12908,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11426
12908
|
url: string;
|
|
11427
12909
|
detail?: string | undefined;
|
|
11428
12910
|
};
|
|
12911
|
+
} | {
|
|
12912
|
+
type: string;
|
|
12913
|
+
file: string;
|
|
12914
|
+
providerData?: Record<string, any> | undefined;
|
|
12915
|
+
} | {
|
|
12916
|
+
type: string;
|
|
12917
|
+
file: string;
|
|
12918
|
+
providerData?: Record<string, any> | undefined;
|
|
11429
12919
|
} | {
|
|
11430
12920
|
type: string;
|
|
11431
12921
|
id?: string | undefined;
|
|
@@ -11483,6 +12973,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11483
12973
|
url: string;
|
|
11484
12974
|
detail?: string | undefined;
|
|
11485
12975
|
};
|
|
12976
|
+
} | {
|
|
12977
|
+
type: string;
|
|
12978
|
+
file: string;
|
|
12979
|
+
providerData?: Record<string, any> | undefined;
|
|
12980
|
+
} | {
|
|
12981
|
+
type: string;
|
|
12982
|
+
file: string;
|
|
12983
|
+
providerData?: Record<string, any> | undefined;
|
|
11486
12984
|
} | {
|
|
11487
12985
|
type: string;
|
|
11488
12986
|
id?: string | undefined;
|
|
@@ -11528,6 +13026,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11528
13026
|
url: string;
|
|
11529
13027
|
detail?: string | undefined;
|
|
11530
13028
|
};
|
|
13029
|
+
} | {
|
|
13030
|
+
type: string;
|
|
13031
|
+
file: string;
|
|
13032
|
+
providerData?: Record<string, any> | undefined;
|
|
13033
|
+
} | {
|
|
13034
|
+
type: string;
|
|
13035
|
+
file: string;
|
|
13036
|
+
providerData?: Record<string, any> | undefined;
|
|
11531
13037
|
} | {
|
|
11532
13038
|
type: string;
|
|
11533
13039
|
id?: string | undefined;
|
|
@@ -11572,6 +13078,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11572
13078
|
url: string;
|
|
11573
13079
|
detail?: string | undefined;
|
|
11574
13080
|
};
|
|
13081
|
+
} | {
|
|
13082
|
+
type: string;
|
|
13083
|
+
file: string;
|
|
13084
|
+
providerData?: Record<string, any> | undefined;
|
|
13085
|
+
} | {
|
|
13086
|
+
type: string;
|
|
13087
|
+
file: string;
|
|
13088
|
+
providerData?: Record<string, any> | undefined;
|
|
11575
13089
|
} | {
|
|
11576
13090
|
type: string;
|
|
11577
13091
|
id?: string | undefined;
|
|
@@ -11667,6 +13181,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11667
13181
|
};
|
|
11668
13182
|
}>, z.ZodObject<{
|
|
11669
13183
|
type: z.ZodString;
|
|
13184
|
+
} & {
|
|
13185
|
+
file: z.ZodString;
|
|
13186
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
13187
|
+
}, "strip", z.ZodTypeAny, {
|
|
13188
|
+
type: string;
|
|
13189
|
+
file: string;
|
|
13190
|
+
providerData?: Record<string, any> | undefined;
|
|
13191
|
+
}, {
|
|
13192
|
+
type: string;
|
|
13193
|
+
file: string;
|
|
13194
|
+
providerData?: Record<string, any> | undefined;
|
|
13195
|
+
}>, z.ZodObject<{
|
|
13196
|
+
type: z.ZodString;
|
|
11670
13197
|
} & {
|
|
11671
13198
|
id: z.ZodOptional<z.ZodString>;
|
|
11672
13199
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -11728,6 +13255,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11728
13255
|
type: string;
|
|
11729
13256
|
} | undefined;
|
|
11730
13257
|
annotations?: (string | Record<string, any>)[] | undefined;
|
|
13258
|
+
}>, z.ZodObject<{
|
|
13259
|
+
type: z.ZodString;
|
|
13260
|
+
} & {
|
|
13261
|
+
file: z.ZodString;
|
|
13262
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
13263
|
+
}, "strip", z.ZodTypeAny, {
|
|
13264
|
+
type: string;
|
|
13265
|
+
file: string;
|
|
13266
|
+
providerData?: Record<string, any> | undefined;
|
|
13267
|
+
}, {
|
|
13268
|
+
type: string;
|
|
13269
|
+
file: string;
|
|
13270
|
+
providerData?: Record<string, any> | undefined;
|
|
11731
13271
|
}>, z.ZodObject<{
|
|
11732
13272
|
type: z.ZodString;
|
|
11733
13273
|
text: z.ZodString;
|
|
@@ -11749,6 +13289,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11749
13289
|
url: string;
|
|
11750
13290
|
detail?: string | undefined;
|
|
11751
13291
|
};
|
|
13292
|
+
} | {
|
|
13293
|
+
type: string;
|
|
13294
|
+
file: string;
|
|
13295
|
+
providerData?: Record<string, any> | undefined;
|
|
13296
|
+
} | {
|
|
13297
|
+
type: string;
|
|
13298
|
+
file: string;
|
|
13299
|
+
providerData?: Record<string, any> | undefined;
|
|
11752
13300
|
} | {
|
|
11753
13301
|
type: string;
|
|
11754
13302
|
id?: string | undefined;
|
|
@@ -11780,6 +13328,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11780
13328
|
url: string;
|
|
11781
13329
|
detail?: string | undefined;
|
|
11782
13330
|
};
|
|
13331
|
+
} | {
|
|
13332
|
+
type: string;
|
|
13333
|
+
file: string;
|
|
13334
|
+
providerData?: Record<string, any> | undefined;
|
|
13335
|
+
} | {
|
|
13336
|
+
type: string;
|
|
13337
|
+
file: string;
|
|
13338
|
+
providerData?: Record<string, any> | undefined;
|
|
11783
13339
|
} | {
|
|
11784
13340
|
type: string;
|
|
11785
13341
|
id?: string | undefined;
|
|
@@ -11901,6 +13457,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11901
13457
|
url: string;
|
|
11902
13458
|
detail?: string | undefined;
|
|
11903
13459
|
};
|
|
13460
|
+
} | {
|
|
13461
|
+
type: string;
|
|
13462
|
+
file: string;
|
|
13463
|
+
providerData?: Record<string, any> | undefined;
|
|
13464
|
+
} | {
|
|
13465
|
+
type: string;
|
|
13466
|
+
file: string;
|
|
13467
|
+
providerData?: Record<string, any> | undefined;
|
|
11904
13468
|
} | {
|
|
11905
13469
|
type: string;
|
|
11906
13470
|
id?: string | undefined;
|
|
@@ -11945,6 +13509,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11945
13509
|
url: string;
|
|
11946
13510
|
detail?: string | undefined;
|
|
11947
13511
|
};
|
|
13512
|
+
} | {
|
|
13513
|
+
type: string;
|
|
13514
|
+
file: string;
|
|
13515
|
+
providerData?: Record<string, any> | undefined;
|
|
13516
|
+
} | {
|
|
13517
|
+
type: string;
|
|
13518
|
+
file: string;
|
|
13519
|
+
providerData?: Record<string, any> | undefined;
|
|
11948
13520
|
} | {
|
|
11949
13521
|
type: string;
|
|
11950
13522
|
id?: string | undefined;
|
|
@@ -12002,6 +13574,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12002
13574
|
url: string;
|
|
12003
13575
|
detail?: string | undefined;
|
|
12004
13576
|
};
|
|
13577
|
+
} | {
|
|
13578
|
+
type: string;
|
|
13579
|
+
file: string;
|
|
13580
|
+
providerData?: Record<string, any> | undefined;
|
|
13581
|
+
} | {
|
|
13582
|
+
type: string;
|
|
13583
|
+
file: string;
|
|
13584
|
+
providerData?: Record<string, any> | undefined;
|
|
12005
13585
|
} | {
|
|
12006
13586
|
type: string;
|
|
12007
13587
|
id?: string | undefined;
|
|
@@ -12047,6 +13627,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12047
13627
|
url: string;
|
|
12048
13628
|
detail?: string | undefined;
|
|
12049
13629
|
};
|
|
13630
|
+
} | {
|
|
13631
|
+
type: string;
|
|
13632
|
+
file: string;
|
|
13633
|
+
providerData?: Record<string, any> | undefined;
|
|
13634
|
+
} | {
|
|
13635
|
+
type: string;
|
|
13636
|
+
file: string;
|
|
13637
|
+
providerData?: Record<string, any> | undefined;
|
|
12050
13638
|
} | {
|
|
12051
13639
|
type: string;
|
|
12052
13640
|
id?: string | undefined;
|
|
@@ -12091,6 +13679,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12091
13679
|
url: string;
|
|
12092
13680
|
detail?: string | undefined;
|
|
12093
13681
|
};
|
|
13682
|
+
} | {
|
|
13683
|
+
type: string;
|
|
13684
|
+
file: string;
|
|
13685
|
+
providerData?: Record<string, any> | undefined;
|
|
13686
|
+
} | {
|
|
13687
|
+
type: string;
|
|
13688
|
+
file: string;
|
|
13689
|
+
providerData?: Record<string, any> | undefined;
|
|
12094
13690
|
} | {
|
|
12095
13691
|
type: string;
|
|
12096
13692
|
id?: string | undefined;
|
|
@@ -12186,6 +13782,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12186
13782
|
};
|
|
12187
13783
|
}>, z.ZodObject<{
|
|
12188
13784
|
type: z.ZodString;
|
|
13785
|
+
} & {
|
|
13786
|
+
file: z.ZodString;
|
|
13787
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
13788
|
+
}, "strip", z.ZodTypeAny, {
|
|
13789
|
+
type: string;
|
|
13790
|
+
file: string;
|
|
13791
|
+
providerData?: Record<string, any> | undefined;
|
|
13792
|
+
}, {
|
|
13793
|
+
type: string;
|
|
13794
|
+
file: string;
|
|
13795
|
+
providerData?: Record<string, any> | undefined;
|
|
13796
|
+
}>, z.ZodObject<{
|
|
13797
|
+
type: z.ZodString;
|
|
12189
13798
|
} & {
|
|
12190
13799
|
id: z.ZodOptional<z.ZodString>;
|
|
12191
13800
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -12247,6 +13856,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12247
13856
|
type: string;
|
|
12248
13857
|
} | undefined;
|
|
12249
13858
|
annotations?: (string | Record<string, any>)[] | undefined;
|
|
13859
|
+
}>, z.ZodObject<{
|
|
13860
|
+
type: z.ZodString;
|
|
13861
|
+
} & {
|
|
13862
|
+
file: z.ZodString;
|
|
13863
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
13864
|
+
}, "strip", z.ZodTypeAny, {
|
|
13865
|
+
type: string;
|
|
13866
|
+
file: string;
|
|
13867
|
+
providerData?: Record<string, any> | undefined;
|
|
13868
|
+
}, {
|
|
13869
|
+
type: string;
|
|
13870
|
+
file: string;
|
|
13871
|
+
providerData?: Record<string, any> | undefined;
|
|
12250
13872
|
}>, z.ZodObject<{
|
|
12251
13873
|
type: z.ZodString;
|
|
12252
13874
|
text: z.ZodString;
|
|
@@ -12268,6 +13890,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12268
13890
|
url: string;
|
|
12269
13891
|
detail?: string | undefined;
|
|
12270
13892
|
};
|
|
13893
|
+
} | {
|
|
13894
|
+
type: string;
|
|
13895
|
+
file: string;
|
|
13896
|
+
providerData?: Record<string, any> | undefined;
|
|
13897
|
+
} | {
|
|
13898
|
+
type: string;
|
|
13899
|
+
file: string;
|
|
13900
|
+
providerData?: Record<string, any> | undefined;
|
|
12271
13901
|
} | {
|
|
12272
13902
|
type: string;
|
|
12273
13903
|
id?: string | undefined;
|
|
@@ -12299,6 +13929,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12299
13929
|
url: string;
|
|
12300
13930
|
detail?: string | undefined;
|
|
12301
13931
|
};
|
|
13932
|
+
} | {
|
|
13933
|
+
type: string;
|
|
13934
|
+
file: string;
|
|
13935
|
+
providerData?: Record<string, any> | undefined;
|
|
13936
|
+
} | {
|
|
13937
|
+
type: string;
|
|
13938
|
+
file: string;
|
|
13939
|
+
providerData?: Record<string, any> | undefined;
|
|
12302
13940
|
} | {
|
|
12303
13941
|
type: string;
|
|
12304
13942
|
id?: string | undefined;
|
|
@@ -12420,6 +14058,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12420
14058
|
url: string;
|
|
12421
14059
|
detail?: string | undefined;
|
|
12422
14060
|
};
|
|
14061
|
+
} | {
|
|
14062
|
+
type: string;
|
|
14063
|
+
file: string;
|
|
14064
|
+
providerData?: Record<string, any> | undefined;
|
|
14065
|
+
} | {
|
|
14066
|
+
type: string;
|
|
14067
|
+
file: string;
|
|
14068
|
+
providerData?: Record<string, any> | undefined;
|
|
12423
14069
|
} | {
|
|
12424
14070
|
type: string;
|
|
12425
14071
|
id?: string | undefined;
|
|
@@ -12464,6 +14110,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12464
14110
|
url: string;
|
|
12465
14111
|
detail?: string | undefined;
|
|
12466
14112
|
};
|
|
14113
|
+
} | {
|
|
14114
|
+
type: string;
|
|
14115
|
+
file: string;
|
|
14116
|
+
providerData?: Record<string, any> | undefined;
|
|
14117
|
+
} | {
|
|
14118
|
+
type: string;
|
|
14119
|
+
file: string;
|
|
14120
|
+
providerData?: Record<string, any> | undefined;
|
|
12467
14121
|
} | {
|
|
12468
14122
|
type: string;
|
|
12469
14123
|
id?: string | undefined;
|
|
@@ -12521,6 +14175,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12521
14175
|
url: string;
|
|
12522
14176
|
detail?: string | undefined;
|
|
12523
14177
|
};
|
|
14178
|
+
} | {
|
|
14179
|
+
type: string;
|
|
14180
|
+
file: string;
|
|
14181
|
+
providerData?: Record<string, any> | undefined;
|
|
14182
|
+
} | {
|
|
14183
|
+
type: string;
|
|
14184
|
+
file: string;
|
|
14185
|
+
providerData?: Record<string, any> | undefined;
|
|
12524
14186
|
} | {
|
|
12525
14187
|
type: string;
|
|
12526
14188
|
id?: string | undefined;
|
|
@@ -12566,6 +14228,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12566
14228
|
url: string;
|
|
12567
14229
|
detail?: string | undefined;
|
|
12568
14230
|
};
|
|
14231
|
+
} | {
|
|
14232
|
+
type: string;
|
|
14233
|
+
file: string;
|
|
14234
|
+
providerData?: Record<string, any> | undefined;
|
|
14235
|
+
} | {
|
|
14236
|
+
type: string;
|
|
14237
|
+
file: string;
|
|
14238
|
+
providerData?: Record<string, any> | undefined;
|
|
12569
14239
|
} | {
|
|
12570
14240
|
type: string;
|
|
12571
14241
|
id?: string | undefined;
|
|
@@ -12610,6 +14280,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12610
14280
|
url: string;
|
|
12611
14281
|
detail?: string | undefined;
|
|
12612
14282
|
};
|
|
14283
|
+
} | {
|
|
14284
|
+
type: string;
|
|
14285
|
+
file: string;
|
|
14286
|
+
providerData?: Record<string, any> | undefined;
|
|
14287
|
+
} | {
|
|
14288
|
+
type: string;
|
|
14289
|
+
file: string;
|
|
14290
|
+
providerData?: Record<string, any> | undefined;
|
|
12613
14291
|
} | {
|
|
12614
14292
|
type: string;
|
|
12615
14293
|
id?: string | undefined;
|
|
@@ -12985,6 +14663,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12985
14663
|
};
|
|
12986
14664
|
}>, z.ZodObject<{
|
|
12987
14665
|
type: z.ZodString;
|
|
14666
|
+
} & {
|
|
14667
|
+
file: z.ZodString;
|
|
14668
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
14669
|
+
}, "strip", z.ZodTypeAny, {
|
|
14670
|
+
type: string;
|
|
14671
|
+
file: string;
|
|
14672
|
+
providerData?: Record<string, any> | undefined;
|
|
14673
|
+
}, {
|
|
14674
|
+
type: string;
|
|
14675
|
+
file: string;
|
|
14676
|
+
providerData?: Record<string, any> | undefined;
|
|
14677
|
+
}>, z.ZodObject<{
|
|
14678
|
+
type: z.ZodString;
|
|
12988
14679
|
} & {
|
|
12989
14680
|
id: z.ZodOptional<z.ZodString>;
|
|
12990
14681
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -13046,6 +14737,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13046
14737
|
type: string;
|
|
13047
14738
|
} | undefined;
|
|
13048
14739
|
annotations?: (string | Record<string, any>)[] | undefined;
|
|
14740
|
+
}>, z.ZodObject<{
|
|
14741
|
+
type: z.ZodString;
|
|
14742
|
+
} & {
|
|
14743
|
+
file: z.ZodString;
|
|
14744
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
14745
|
+
}, "strip", z.ZodTypeAny, {
|
|
14746
|
+
type: string;
|
|
14747
|
+
file: string;
|
|
14748
|
+
providerData?: Record<string, any> | undefined;
|
|
14749
|
+
}, {
|
|
14750
|
+
type: string;
|
|
14751
|
+
file: string;
|
|
14752
|
+
providerData?: Record<string, any> | undefined;
|
|
13049
14753
|
}>, z.ZodObject<{
|
|
13050
14754
|
type: z.ZodString;
|
|
13051
14755
|
text: z.ZodString;
|
|
@@ -13067,6 +14771,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13067
14771
|
url: string;
|
|
13068
14772
|
detail?: string | undefined;
|
|
13069
14773
|
};
|
|
14774
|
+
} | {
|
|
14775
|
+
type: string;
|
|
14776
|
+
file: string;
|
|
14777
|
+
providerData?: Record<string, any> | undefined;
|
|
14778
|
+
} | {
|
|
14779
|
+
type: string;
|
|
14780
|
+
file: string;
|
|
14781
|
+
providerData?: Record<string, any> | undefined;
|
|
13070
14782
|
} | {
|
|
13071
14783
|
type: string;
|
|
13072
14784
|
id?: string | undefined;
|
|
@@ -13098,6 +14810,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13098
14810
|
url: string;
|
|
13099
14811
|
detail?: string | undefined;
|
|
13100
14812
|
};
|
|
14813
|
+
} | {
|
|
14814
|
+
type: string;
|
|
14815
|
+
file: string;
|
|
14816
|
+
providerData?: Record<string, any> | undefined;
|
|
14817
|
+
} | {
|
|
14818
|
+
type: string;
|
|
14819
|
+
file: string;
|
|
14820
|
+
providerData?: Record<string, any> | undefined;
|
|
13101
14821
|
} | {
|
|
13102
14822
|
type: string;
|
|
13103
14823
|
id?: string | undefined;
|
|
@@ -13219,6 +14939,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13219
14939
|
url: string;
|
|
13220
14940
|
detail?: string | undefined;
|
|
13221
14941
|
};
|
|
14942
|
+
} | {
|
|
14943
|
+
type: string;
|
|
14944
|
+
file: string;
|
|
14945
|
+
providerData?: Record<string, any> | undefined;
|
|
14946
|
+
} | {
|
|
14947
|
+
type: string;
|
|
14948
|
+
file: string;
|
|
14949
|
+
providerData?: Record<string, any> | undefined;
|
|
13222
14950
|
} | {
|
|
13223
14951
|
type: string;
|
|
13224
14952
|
id?: string | undefined;
|
|
@@ -13263,6 +14991,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13263
14991
|
url: string;
|
|
13264
14992
|
detail?: string | undefined;
|
|
13265
14993
|
};
|
|
14994
|
+
} | {
|
|
14995
|
+
type: string;
|
|
14996
|
+
file: string;
|
|
14997
|
+
providerData?: Record<string, any> | undefined;
|
|
14998
|
+
} | {
|
|
14999
|
+
type: string;
|
|
15000
|
+
file: string;
|
|
15001
|
+
providerData?: Record<string, any> | undefined;
|
|
13266
15002
|
} | {
|
|
13267
15003
|
type: string;
|
|
13268
15004
|
id?: string | undefined;
|
|
@@ -13320,6 +15056,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13320
15056
|
url: string;
|
|
13321
15057
|
detail?: string | undefined;
|
|
13322
15058
|
};
|
|
15059
|
+
} | {
|
|
15060
|
+
type: string;
|
|
15061
|
+
file: string;
|
|
15062
|
+
providerData?: Record<string, any> | undefined;
|
|
15063
|
+
} | {
|
|
15064
|
+
type: string;
|
|
15065
|
+
file: string;
|
|
15066
|
+
providerData?: Record<string, any> | undefined;
|
|
13323
15067
|
} | {
|
|
13324
15068
|
type: string;
|
|
13325
15069
|
id?: string | undefined;
|
|
@@ -13365,6 +15109,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13365
15109
|
url: string;
|
|
13366
15110
|
detail?: string | undefined;
|
|
13367
15111
|
};
|
|
15112
|
+
} | {
|
|
15113
|
+
type: string;
|
|
15114
|
+
file: string;
|
|
15115
|
+
providerData?: Record<string, any> | undefined;
|
|
15116
|
+
} | {
|
|
15117
|
+
type: string;
|
|
15118
|
+
file: string;
|
|
15119
|
+
providerData?: Record<string, any> | undefined;
|
|
13368
15120
|
} | {
|
|
13369
15121
|
type: string;
|
|
13370
15122
|
id?: string | undefined;
|
|
@@ -13409,6 +15161,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13409
15161
|
url: string;
|
|
13410
15162
|
detail?: string | undefined;
|
|
13411
15163
|
};
|
|
15164
|
+
} | {
|
|
15165
|
+
type: string;
|
|
15166
|
+
file: string;
|
|
15167
|
+
providerData?: Record<string, any> | undefined;
|
|
15168
|
+
} | {
|
|
15169
|
+
type: string;
|
|
15170
|
+
file: string;
|
|
15171
|
+
providerData?: Record<string, any> | undefined;
|
|
13412
15172
|
} | {
|
|
13413
15173
|
type: string;
|
|
13414
15174
|
id?: string | undefined;
|
|
@@ -13528,6 +15288,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13528
15288
|
};
|
|
13529
15289
|
}>, z.ZodObject<{
|
|
13530
15290
|
type: z.ZodString;
|
|
15291
|
+
} & {
|
|
15292
|
+
file: z.ZodString;
|
|
15293
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
15294
|
+
}, "strip", z.ZodTypeAny, {
|
|
15295
|
+
type: string;
|
|
15296
|
+
file: string;
|
|
15297
|
+
providerData?: Record<string, any> | undefined;
|
|
15298
|
+
}, {
|
|
15299
|
+
type: string;
|
|
15300
|
+
file: string;
|
|
15301
|
+
providerData?: Record<string, any> | undefined;
|
|
15302
|
+
}>, z.ZodObject<{
|
|
15303
|
+
type: z.ZodString;
|
|
13531
15304
|
} & {
|
|
13532
15305
|
id: z.ZodOptional<z.ZodString>;
|
|
13533
15306
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -13589,6 +15362,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13589
15362
|
type: string;
|
|
13590
15363
|
} | undefined;
|
|
13591
15364
|
annotations?: (string | Record<string, any>)[] | undefined;
|
|
15365
|
+
}>, z.ZodObject<{
|
|
15366
|
+
type: z.ZodString;
|
|
15367
|
+
} & {
|
|
15368
|
+
file: z.ZodString;
|
|
15369
|
+
providerData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
15370
|
+
}, "strip", z.ZodTypeAny, {
|
|
15371
|
+
type: string;
|
|
15372
|
+
file: string;
|
|
15373
|
+
providerData?: Record<string, any> | undefined;
|
|
15374
|
+
}, {
|
|
15375
|
+
type: string;
|
|
15376
|
+
file: string;
|
|
15377
|
+
providerData?: Record<string, any> | undefined;
|
|
13592
15378
|
}>, z.ZodObject<{
|
|
13593
15379
|
type: z.ZodString;
|
|
13594
15380
|
text: z.ZodString;
|
|
@@ -13610,6 +15396,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13610
15396
|
url: string;
|
|
13611
15397
|
detail?: string | undefined;
|
|
13612
15398
|
};
|
|
15399
|
+
} | {
|
|
15400
|
+
type: string;
|
|
15401
|
+
file: string;
|
|
15402
|
+
providerData?: Record<string, any> | undefined;
|
|
15403
|
+
} | {
|
|
15404
|
+
type: string;
|
|
15405
|
+
file: string;
|
|
15406
|
+
providerData?: Record<string, any> | undefined;
|
|
13613
15407
|
} | {
|
|
13614
15408
|
type: string;
|
|
13615
15409
|
id?: string | undefined;
|
|
@@ -13641,6 +15435,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13641
15435
|
url: string;
|
|
13642
15436
|
detail?: string | undefined;
|
|
13643
15437
|
};
|
|
15438
|
+
} | {
|
|
15439
|
+
type: string;
|
|
15440
|
+
file: string;
|
|
15441
|
+
providerData?: Record<string, any> | undefined;
|
|
15442
|
+
} | {
|
|
15443
|
+
type: string;
|
|
15444
|
+
file: string;
|
|
15445
|
+
providerData?: Record<string, any> | undefined;
|
|
13644
15446
|
} | {
|
|
13645
15447
|
type: string;
|
|
13646
15448
|
id?: string | undefined;
|
|
@@ -13762,6 +15564,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13762
15564
|
url: string;
|
|
13763
15565
|
detail?: string | undefined;
|
|
13764
15566
|
};
|
|
15567
|
+
} | {
|
|
15568
|
+
type: string;
|
|
15569
|
+
file: string;
|
|
15570
|
+
providerData?: Record<string, any> | undefined;
|
|
15571
|
+
} | {
|
|
15572
|
+
type: string;
|
|
15573
|
+
file: string;
|
|
15574
|
+
providerData?: Record<string, any> | undefined;
|
|
13765
15575
|
} | {
|
|
13766
15576
|
type: string;
|
|
13767
15577
|
id?: string | undefined;
|
|
@@ -13806,6 +15616,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13806
15616
|
url: string;
|
|
13807
15617
|
detail?: string | undefined;
|
|
13808
15618
|
};
|
|
15619
|
+
} | {
|
|
15620
|
+
type: string;
|
|
15621
|
+
file: string;
|
|
15622
|
+
providerData?: Record<string, any> | undefined;
|
|
15623
|
+
} | {
|
|
15624
|
+
type: string;
|
|
15625
|
+
file: string;
|
|
15626
|
+
providerData?: Record<string, any> | undefined;
|
|
13809
15627
|
} | {
|
|
13810
15628
|
type: string;
|
|
13811
15629
|
id?: string | undefined;
|
|
@@ -13863,6 +15681,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13863
15681
|
url: string;
|
|
13864
15682
|
detail?: string | undefined;
|
|
13865
15683
|
};
|
|
15684
|
+
} | {
|
|
15685
|
+
type: string;
|
|
15686
|
+
file: string;
|
|
15687
|
+
providerData?: Record<string, any> | undefined;
|
|
15688
|
+
} | {
|
|
15689
|
+
type: string;
|
|
15690
|
+
file: string;
|
|
15691
|
+
providerData?: Record<string, any> | undefined;
|
|
13866
15692
|
} | {
|
|
13867
15693
|
type: string;
|
|
13868
15694
|
id?: string | undefined;
|
|
@@ -13908,6 +15734,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13908
15734
|
url: string;
|
|
13909
15735
|
detail?: string | undefined;
|
|
13910
15736
|
};
|
|
15737
|
+
} | {
|
|
15738
|
+
type: string;
|
|
15739
|
+
file: string;
|
|
15740
|
+
providerData?: Record<string, any> | undefined;
|
|
15741
|
+
} | {
|
|
15742
|
+
type: string;
|
|
15743
|
+
file: string;
|
|
15744
|
+
providerData?: Record<string, any> | undefined;
|
|
13911
15745
|
} | {
|
|
13912
15746
|
type: string;
|
|
13913
15747
|
id?: string | undefined;
|
|
@@ -13952,6 +15786,14 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13952
15786
|
url: string;
|
|
13953
15787
|
detail?: string | undefined;
|
|
13954
15788
|
};
|
|
15789
|
+
} | {
|
|
15790
|
+
type: string;
|
|
15791
|
+
file: string;
|
|
15792
|
+
providerData?: Record<string, any> | undefined;
|
|
15793
|
+
} | {
|
|
15794
|
+
type: string;
|
|
15795
|
+
file: string;
|
|
15796
|
+
providerData?: Record<string, any> | undefined;
|
|
13955
15797
|
} | {
|
|
13956
15798
|
type: string;
|
|
13957
15799
|
id?: string | undefined;
|