@keywordsai/keywordsai-sdk 0.0.9 → 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 +924 -3
- package/dist/types/logTypes.js +5 -0
- package/dist/types/logTypes.js.map +1 -1
- package/package.json +1 -1
package/dist/types/logTypes.d.ts
CHANGED
|
@@ -232,6 +232,19 @@ declare const MessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
232
232
|
type: string;
|
|
233
233
|
} | undefined;
|
|
234
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;
|
|
235
248
|
}>, z.ZodObject<{
|
|
236
249
|
type: z.ZodString;
|
|
237
250
|
text: z.ZodString;
|
|
@@ -257,6 +270,10 @@ declare const MessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
257
270
|
type: string;
|
|
258
271
|
file: string;
|
|
259
272
|
providerData?: Record<string, any> | undefined;
|
|
273
|
+
} | {
|
|
274
|
+
type: string;
|
|
275
|
+
file: string;
|
|
276
|
+
providerData?: Record<string, any> | undefined;
|
|
260
277
|
} | {
|
|
261
278
|
type: string;
|
|
262
279
|
id?: string | undefined;
|
|
@@ -292,6 +309,10 @@ declare const MessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
292
309
|
type: string;
|
|
293
310
|
file: string;
|
|
294
311
|
providerData?: Record<string, any> | undefined;
|
|
312
|
+
} | {
|
|
313
|
+
type: string;
|
|
314
|
+
file: string;
|
|
315
|
+
providerData?: Record<string, any> | undefined;
|
|
295
316
|
} | {
|
|
296
317
|
type: string;
|
|
297
318
|
id?: string | undefined;
|
|
@@ -417,6 +438,10 @@ declare const MessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
417
438
|
type: string;
|
|
418
439
|
file: string;
|
|
419
440
|
providerData?: Record<string, any> | undefined;
|
|
441
|
+
} | {
|
|
442
|
+
type: string;
|
|
443
|
+
file: string;
|
|
444
|
+
providerData?: Record<string, any> | undefined;
|
|
420
445
|
} | {
|
|
421
446
|
type: string;
|
|
422
447
|
id?: string | undefined;
|
|
@@ -465,6 +490,10 @@ declare const MessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
465
490
|
type: string;
|
|
466
491
|
file: string;
|
|
467
492
|
providerData?: Record<string, any> | undefined;
|
|
493
|
+
} | {
|
|
494
|
+
type: string;
|
|
495
|
+
file: string;
|
|
496
|
+
providerData?: Record<string, any> | undefined;
|
|
468
497
|
} | {
|
|
469
498
|
type: string;
|
|
470
499
|
id?: string | undefined;
|
|
@@ -526,6 +555,10 @@ declare const MessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
526
555
|
type: string;
|
|
527
556
|
file: string;
|
|
528
557
|
providerData?: Record<string, any> | undefined;
|
|
558
|
+
} | {
|
|
559
|
+
type: string;
|
|
560
|
+
file: string;
|
|
561
|
+
providerData?: Record<string, any> | undefined;
|
|
529
562
|
} | {
|
|
530
563
|
type: string;
|
|
531
564
|
id?: string | undefined;
|
|
@@ -575,6 +608,10 @@ declare const MessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
575
608
|
type: string;
|
|
576
609
|
file: string;
|
|
577
610
|
providerData?: Record<string, any> | undefined;
|
|
611
|
+
} | {
|
|
612
|
+
type: string;
|
|
613
|
+
file: string;
|
|
614
|
+
providerData?: Record<string, any> | undefined;
|
|
578
615
|
} | {
|
|
579
616
|
type: string;
|
|
580
617
|
id?: string | undefined;
|
|
@@ -623,6 +660,10 @@ declare const MessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
623
660
|
type: string;
|
|
624
661
|
file: string;
|
|
625
662
|
providerData?: Record<string, any> | undefined;
|
|
663
|
+
} | {
|
|
664
|
+
type: string;
|
|
665
|
+
file: string;
|
|
666
|
+
providerData?: Record<string, any> | undefined;
|
|
626
667
|
} | {
|
|
627
668
|
type: string;
|
|
628
669
|
id?: string | undefined;
|
|
@@ -1003,6 +1044,19 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
1003
1044
|
type: string;
|
|
1004
1045
|
} | undefined;
|
|
1005
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;
|
|
1006
1060
|
}>, z.ZodObject<{
|
|
1007
1061
|
type: z.ZodString;
|
|
1008
1062
|
text: z.ZodString;
|
|
@@ -1028,6 +1082,10 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
1028
1082
|
type: string;
|
|
1029
1083
|
file: string;
|
|
1030
1084
|
providerData?: Record<string, any> | undefined;
|
|
1085
|
+
} | {
|
|
1086
|
+
type: string;
|
|
1087
|
+
file: string;
|
|
1088
|
+
providerData?: Record<string, any> | undefined;
|
|
1031
1089
|
} | {
|
|
1032
1090
|
type: string;
|
|
1033
1091
|
id?: string | undefined;
|
|
@@ -1063,6 +1121,10 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
1063
1121
|
type: string;
|
|
1064
1122
|
file: string;
|
|
1065
1123
|
providerData?: Record<string, any> | undefined;
|
|
1124
|
+
} | {
|
|
1125
|
+
type: string;
|
|
1126
|
+
file: string;
|
|
1127
|
+
providerData?: Record<string, any> | undefined;
|
|
1066
1128
|
} | {
|
|
1067
1129
|
type: string;
|
|
1068
1130
|
id?: string | undefined;
|
|
@@ -1188,6 +1250,10 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
1188
1250
|
type: string;
|
|
1189
1251
|
file: string;
|
|
1190
1252
|
providerData?: Record<string, any> | undefined;
|
|
1253
|
+
} | {
|
|
1254
|
+
type: string;
|
|
1255
|
+
file: string;
|
|
1256
|
+
providerData?: Record<string, any> | undefined;
|
|
1191
1257
|
} | {
|
|
1192
1258
|
type: string;
|
|
1193
1259
|
id?: string | undefined;
|
|
@@ -1236,6 +1302,10 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
1236
1302
|
type: string;
|
|
1237
1303
|
file: string;
|
|
1238
1304
|
providerData?: Record<string, any> | undefined;
|
|
1305
|
+
} | {
|
|
1306
|
+
type: string;
|
|
1307
|
+
file: string;
|
|
1308
|
+
providerData?: Record<string, any> | undefined;
|
|
1239
1309
|
} | {
|
|
1240
1310
|
type: string;
|
|
1241
1311
|
id?: string | undefined;
|
|
@@ -1297,6 +1367,10 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
1297
1367
|
type: string;
|
|
1298
1368
|
file: string;
|
|
1299
1369
|
providerData?: Record<string, any> | undefined;
|
|
1370
|
+
} | {
|
|
1371
|
+
type: string;
|
|
1372
|
+
file: string;
|
|
1373
|
+
providerData?: Record<string, any> | undefined;
|
|
1300
1374
|
} | {
|
|
1301
1375
|
type: string;
|
|
1302
1376
|
id?: string | undefined;
|
|
@@ -1346,6 +1420,10 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
1346
1420
|
type: string;
|
|
1347
1421
|
file: string;
|
|
1348
1422
|
providerData?: Record<string, any> | undefined;
|
|
1423
|
+
} | {
|
|
1424
|
+
type: string;
|
|
1425
|
+
file: string;
|
|
1426
|
+
providerData?: Record<string, any> | undefined;
|
|
1349
1427
|
} | {
|
|
1350
1428
|
type: string;
|
|
1351
1429
|
id?: string | undefined;
|
|
@@ -1394,6 +1472,10 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
1394
1472
|
type: string;
|
|
1395
1473
|
file: string;
|
|
1396
1474
|
providerData?: Record<string, any> | undefined;
|
|
1475
|
+
} | {
|
|
1476
|
+
type: string;
|
|
1477
|
+
file: string;
|
|
1478
|
+
providerData?: Record<string, any> | undefined;
|
|
1397
1479
|
} | {
|
|
1398
1480
|
type: string;
|
|
1399
1481
|
id?: string | undefined;
|
|
@@ -1527,6 +1609,10 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
1527
1609
|
type: string;
|
|
1528
1610
|
file: string;
|
|
1529
1611
|
providerData?: Record<string, any> | undefined;
|
|
1612
|
+
} | {
|
|
1613
|
+
type: string;
|
|
1614
|
+
file: string;
|
|
1615
|
+
providerData?: Record<string, any> | undefined;
|
|
1530
1616
|
} | {
|
|
1531
1617
|
type: string;
|
|
1532
1618
|
id?: string | undefined;
|
|
@@ -1576,6 +1662,10 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
1576
1662
|
type: string;
|
|
1577
1663
|
file: string;
|
|
1578
1664
|
providerData?: Record<string, any> | undefined;
|
|
1665
|
+
} | {
|
|
1666
|
+
type: string;
|
|
1667
|
+
file: string;
|
|
1668
|
+
providerData?: Record<string, any> | undefined;
|
|
1579
1669
|
} | {
|
|
1580
1670
|
type: string;
|
|
1581
1671
|
id?: string | undefined;
|
|
@@ -1659,6 +1749,10 @@ declare const BasicLLMParamsSchema: z.ZodObject<{
|
|
|
1659
1749
|
type: string;
|
|
1660
1750
|
file: string;
|
|
1661
1751
|
providerData?: Record<string, any> | undefined;
|
|
1752
|
+
} | {
|
|
1753
|
+
type: string;
|
|
1754
|
+
file: string;
|
|
1755
|
+
providerData?: Record<string, any> | undefined;
|
|
1662
1756
|
} | {
|
|
1663
1757
|
type: string;
|
|
1664
1758
|
id?: string | undefined;
|
|
@@ -1910,6 +2004,19 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
1910
2004
|
type: string;
|
|
1911
2005
|
} | undefined;
|
|
1912
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;
|
|
1913
2020
|
}>, z.ZodObject<{
|
|
1914
2021
|
type: z.ZodString;
|
|
1915
2022
|
text: z.ZodString;
|
|
@@ -1935,6 +2042,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
1935
2042
|
type: string;
|
|
1936
2043
|
file: string;
|
|
1937
2044
|
providerData?: Record<string, any> | undefined;
|
|
2045
|
+
} | {
|
|
2046
|
+
type: string;
|
|
2047
|
+
file: string;
|
|
2048
|
+
providerData?: Record<string, any> | undefined;
|
|
1938
2049
|
} | {
|
|
1939
2050
|
type: string;
|
|
1940
2051
|
id?: string | undefined;
|
|
@@ -1970,6 +2081,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
1970
2081
|
type: string;
|
|
1971
2082
|
file: string;
|
|
1972
2083
|
providerData?: Record<string, any> | undefined;
|
|
2084
|
+
} | {
|
|
2085
|
+
type: string;
|
|
2086
|
+
file: string;
|
|
2087
|
+
providerData?: Record<string, any> | undefined;
|
|
1973
2088
|
} | {
|
|
1974
2089
|
type: string;
|
|
1975
2090
|
id?: string | undefined;
|
|
@@ -2095,6 +2210,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2095
2210
|
type: string;
|
|
2096
2211
|
file: string;
|
|
2097
2212
|
providerData?: Record<string, any> | undefined;
|
|
2213
|
+
} | {
|
|
2214
|
+
type: string;
|
|
2215
|
+
file: string;
|
|
2216
|
+
providerData?: Record<string, any> | undefined;
|
|
2098
2217
|
} | {
|
|
2099
2218
|
type: string;
|
|
2100
2219
|
id?: string | undefined;
|
|
@@ -2143,6 +2262,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2143
2262
|
type: string;
|
|
2144
2263
|
file: string;
|
|
2145
2264
|
providerData?: Record<string, any> | undefined;
|
|
2265
|
+
} | {
|
|
2266
|
+
type: string;
|
|
2267
|
+
file: string;
|
|
2268
|
+
providerData?: Record<string, any> | undefined;
|
|
2146
2269
|
} | {
|
|
2147
2270
|
type: string;
|
|
2148
2271
|
id?: string | undefined;
|
|
@@ -2204,6 +2327,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2204
2327
|
type: string;
|
|
2205
2328
|
file: string;
|
|
2206
2329
|
providerData?: Record<string, any> | undefined;
|
|
2330
|
+
} | {
|
|
2331
|
+
type: string;
|
|
2332
|
+
file: string;
|
|
2333
|
+
providerData?: Record<string, any> | undefined;
|
|
2207
2334
|
} | {
|
|
2208
2335
|
type: string;
|
|
2209
2336
|
id?: string | undefined;
|
|
@@ -2253,6 +2380,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2253
2380
|
type: string;
|
|
2254
2381
|
file: string;
|
|
2255
2382
|
providerData?: Record<string, any> | undefined;
|
|
2383
|
+
} | {
|
|
2384
|
+
type: string;
|
|
2385
|
+
file: string;
|
|
2386
|
+
providerData?: Record<string, any> | undefined;
|
|
2256
2387
|
} | {
|
|
2257
2388
|
type: string;
|
|
2258
2389
|
id?: string | undefined;
|
|
@@ -2301,6 +2432,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2301
2432
|
type: string;
|
|
2302
2433
|
file: string;
|
|
2303
2434
|
providerData?: Record<string, any> | undefined;
|
|
2435
|
+
} | {
|
|
2436
|
+
type: string;
|
|
2437
|
+
file: string;
|
|
2438
|
+
providerData?: Record<string, any> | undefined;
|
|
2304
2439
|
} | {
|
|
2305
2440
|
type: string;
|
|
2306
2441
|
id?: string | undefined;
|
|
@@ -2470,6 +2605,19 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2470
2605
|
type: string;
|
|
2471
2606
|
} | undefined;
|
|
2472
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;
|
|
2473
2621
|
}>, z.ZodObject<{
|
|
2474
2622
|
type: z.ZodString;
|
|
2475
2623
|
text: z.ZodString;
|
|
@@ -2495,6 +2643,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2495
2643
|
type: string;
|
|
2496
2644
|
file: string;
|
|
2497
2645
|
providerData?: Record<string, any> | undefined;
|
|
2646
|
+
} | {
|
|
2647
|
+
type: string;
|
|
2648
|
+
file: string;
|
|
2649
|
+
providerData?: Record<string, any> | undefined;
|
|
2498
2650
|
} | {
|
|
2499
2651
|
type: string;
|
|
2500
2652
|
id?: string | undefined;
|
|
@@ -2530,6 +2682,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2530
2682
|
type: string;
|
|
2531
2683
|
file: string;
|
|
2532
2684
|
providerData?: Record<string, any> | undefined;
|
|
2685
|
+
} | {
|
|
2686
|
+
type: string;
|
|
2687
|
+
file: string;
|
|
2688
|
+
providerData?: Record<string, any> | undefined;
|
|
2533
2689
|
} | {
|
|
2534
2690
|
type: string;
|
|
2535
2691
|
id?: string | undefined;
|
|
@@ -2655,6 +2811,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2655
2811
|
type: string;
|
|
2656
2812
|
file: string;
|
|
2657
2813
|
providerData?: Record<string, any> | undefined;
|
|
2814
|
+
} | {
|
|
2815
|
+
type: string;
|
|
2816
|
+
file: string;
|
|
2817
|
+
providerData?: Record<string, any> | undefined;
|
|
2658
2818
|
} | {
|
|
2659
2819
|
type: string;
|
|
2660
2820
|
id?: string | undefined;
|
|
@@ -2703,6 +2863,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2703
2863
|
type: string;
|
|
2704
2864
|
file: string;
|
|
2705
2865
|
providerData?: Record<string, any> | undefined;
|
|
2866
|
+
} | {
|
|
2867
|
+
type: string;
|
|
2868
|
+
file: string;
|
|
2869
|
+
providerData?: Record<string, any> | undefined;
|
|
2706
2870
|
} | {
|
|
2707
2871
|
type: string;
|
|
2708
2872
|
id?: string | undefined;
|
|
@@ -2764,6 +2928,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2764
2928
|
type: string;
|
|
2765
2929
|
file: string;
|
|
2766
2930
|
providerData?: Record<string, any> | undefined;
|
|
2931
|
+
} | {
|
|
2932
|
+
type: string;
|
|
2933
|
+
file: string;
|
|
2934
|
+
providerData?: Record<string, any> | undefined;
|
|
2767
2935
|
} | {
|
|
2768
2936
|
type: string;
|
|
2769
2937
|
id?: string | undefined;
|
|
@@ -2813,6 +2981,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2813
2981
|
type: string;
|
|
2814
2982
|
file: string;
|
|
2815
2983
|
providerData?: Record<string, any> | undefined;
|
|
2984
|
+
} | {
|
|
2985
|
+
type: string;
|
|
2986
|
+
file: string;
|
|
2987
|
+
providerData?: Record<string, any> | undefined;
|
|
2816
2988
|
} | {
|
|
2817
2989
|
type: string;
|
|
2818
2990
|
id?: string | undefined;
|
|
@@ -2861,6 +3033,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
2861
3033
|
type: string;
|
|
2862
3034
|
file: string;
|
|
2863
3035
|
providerData?: Record<string, any> | undefined;
|
|
3036
|
+
} | {
|
|
3037
|
+
type: string;
|
|
3038
|
+
file: string;
|
|
3039
|
+
providerData?: Record<string, any> | undefined;
|
|
2864
3040
|
} | {
|
|
2865
3041
|
type: string;
|
|
2866
3042
|
id?: string | undefined;
|
|
@@ -3030,6 +3206,19 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3030
3206
|
type: string;
|
|
3031
3207
|
} | undefined;
|
|
3032
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;
|
|
3033
3222
|
}>, z.ZodObject<{
|
|
3034
3223
|
type: z.ZodString;
|
|
3035
3224
|
text: z.ZodString;
|
|
@@ -3055,6 +3244,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3055
3244
|
type: string;
|
|
3056
3245
|
file: string;
|
|
3057
3246
|
providerData?: Record<string, any> | undefined;
|
|
3247
|
+
} | {
|
|
3248
|
+
type: string;
|
|
3249
|
+
file: string;
|
|
3250
|
+
providerData?: Record<string, any> | undefined;
|
|
3058
3251
|
} | {
|
|
3059
3252
|
type: string;
|
|
3060
3253
|
id?: string | undefined;
|
|
@@ -3090,6 +3283,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3090
3283
|
type: string;
|
|
3091
3284
|
file: string;
|
|
3092
3285
|
providerData?: Record<string, any> | undefined;
|
|
3286
|
+
} | {
|
|
3287
|
+
type: string;
|
|
3288
|
+
file: string;
|
|
3289
|
+
providerData?: Record<string, any> | undefined;
|
|
3093
3290
|
} | {
|
|
3094
3291
|
type: string;
|
|
3095
3292
|
id?: string | undefined;
|
|
@@ -3215,6 +3412,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3215
3412
|
type: string;
|
|
3216
3413
|
file: string;
|
|
3217
3414
|
providerData?: Record<string, any> | undefined;
|
|
3415
|
+
} | {
|
|
3416
|
+
type: string;
|
|
3417
|
+
file: string;
|
|
3418
|
+
providerData?: Record<string, any> | undefined;
|
|
3218
3419
|
} | {
|
|
3219
3420
|
type: string;
|
|
3220
3421
|
id?: string | undefined;
|
|
@@ -3263,6 +3464,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3263
3464
|
type: string;
|
|
3264
3465
|
file: string;
|
|
3265
3466
|
providerData?: Record<string, any> | undefined;
|
|
3467
|
+
} | {
|
|
3468
|
+
type: string;
|
|
3469
|
+
file: string;
|
|
3470
|
+
providerData?: Record<string, any> | undefined;
|
|
3266
3471
|
} | {
|
|
3267
3472
|
type: string;
|
|
3268
3473
|
id?: string | undefined;
|
|
@@ -3324,6 +3529,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3324
3529
|
type: string;
|
|
3325
3530
|
file: string;
|
|
3326
3531
|
providerData?: Record<string, any> | undefined;
|
|
3532
|
+
} | {
|
|
3533
|
+
type: string;
|
|
3534
|
+
file: string;
|
|
3535
|
+
providerData?: Record<string, any> | undefined;
|
|
3327
3536
|
} | {
|
|
3328
3537
|
type: string;
|
|
3329
3538
|
id?: string | undefined;
|
|
@@ -3373,6 +3582,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3373
3582
|
type: string;
|
|
3374
3583
|
file: string;
|
|
3375
3584
|
providerData?: Record<string, any> | undefined;
|
|
3585
|
+
} | {
|
|
3586
|
+
type: string;
|
|
3587
|
+
file: string;
|
|
3588
|
+
providerData?: Record<string, any> | undefined;
|
|
3376
3589
|
} | {
|
|
3377
3590
|
type: string;
|
|
3378
3591
|
id?: string | undefined;
|
|
@@ -3421,6 +3634,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3421
3634
|
type: string;
|
|
3422
3635
|
file: string;
|
|
3423
3636
|
providerData?: Record<string, any> | undefined;
|
|
3637
|
+
} | {
|
|
3638
|
+
type: string;
|
|
3639
|
+
file: string;
|
|
3640
|
+
providerData?: Record<string, any> | undefined;
|
|
3424
3641
|
} | {
|
|
3425
3642
|
type: string;
|
|
3426
3643
|
id?: string | undefined;
|
|
@@ -3870,6 +4087,19 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3870
4087
|
type: string;
|
|
3871
4088
|
} | undefined;
|
|
3872
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;
|
|
3873
4103
|
}>, z.ZodObject<{
|
|
3874
4104
|
type: z.ZodString;
|
|
3875
4105
|
text: z.ZodString;
|
|
@@ -3895,6 +4125,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3895
4125
|
type: string;
|
|
3896
4126
|
file: string;
|
|
3897
4127
|
providerData?: Record<string, any> | undefined;
|
|
4128
|
+
} | {
|
|
4129
|
+
type: string;
|
|
4130
|
+
file: string;
|
|
4131
|
+
providerData?: Record<string, any> | undefined;
|
|
3898
4132
|
} | {
|
|
3899
4133
|
type: string;
|
|
3900
4134
|
id?: string | undefined;
|
|
@@ -3930,6 +4164,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
3930
4164
|
type: string;
|
|
3931
4165
|
file: string;
|
|
3932
4166
|
providerData?: Record<string, any> | undefined;
|
|
4167
|
+
} | {
|
|
4168
|
+
type: string;
|
|
4169
|
+
file: string;
|
|
4170
|
+
providerData?: Record<string, any> | undefined;
|
|
3933
4171
|
} | {
|
|
3934
4172
|
type: string;
|
|
3935
4173
|
id?: string | undefined;
|
|
@@ -4055,6 +4293,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4055
4293
|
type: string;
|
|
4056
4294
|
file: string;
|
|
4057
4295
|
providerData?: Record<string, any> | undefined;
|
|
4296
|
+
} | {
|
|
4297
|
+
type: string;
|
|
4298
|
+
file: string;
|
|
4299
|
+
providerData?: Record<string, any> | undefined;
|
|
4058
4300
|
} | {
|
|
4059
4301
|
type: string;
|
|
4060
4302
|
id?: string | undefined;
|
|
@@ -4103,6 +4345,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4103
4345
|
type: string;
|
|
4104
4346
|
file: string;
|
|
4105
4347
|
providerData?: Record<string, any> | undefined;
|
|
4348
|
+
} | {
|
|
4349
|
+
type: string;
|
|
4350
|
+
file: string;
|
|
4351
|
+
providerData?: Record<string, any> | undefined;
|
|
4106
4352
|
} | {
|
|
4107
4353
|
type: string;
|
|
4108
4354
|
id?: string | undefined;
|
|
@@ -4164,6 +4410,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4164
4410
|
type: string;
|
|
4165
4411
|
file: string;
|
|
4166
4412
|
providerData?: Record<string, any> | undefined;
|
|
4413
|
+
} | {
|
|
4414
|
+
type: string;
|
|
4415
|
+
file: string;
|
|
4416
|
+
providerData?: Record<string, any> | undefined;
|
|
4167
4417
|
} | {
|
|
4168
4418
|
type: string;
|
|
4169
4419
|
id?: string | undefined;
|
|
@@ -4213,6 +4463,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4213
4463
|
type: string;
|
|
4214
4464
|
file: string;
|
|
4215
4465
|
providerData?: Record<string, any> | undefined;
|
|
4466
|
+
} | {
|
|
4467
|
+
type: string;
|
|
4468
|
+
file: string;
|
|
4469
|
+
providerData?: Record<string, any> | undefined;
|
|
4216
4470
|
} | {
|
|
4217
4471
|
type: string;
|
|
4218
4472
|
id?: string | undefined;
|
|
@@ -4263,8 +4517,12 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4263
4517
|
providerData?: Record<string, any> | undefined;
|
|
4264
4518
|
} | {
|
|
4265
4519
|
type: string;
|
|
4266
|
-
|
|
4267
|
-
|
|
4520
|
+
file: string;
|
|
4521
|
+
providerData?: Record<string, any> | undefined;
|
|
4522
|
+
} | {
|
|
4523
|
+
type: string;
|
|
4524
|
+
id?: string | undefined;
|
|
4525
|
+
name?: string | undefined;
|
|
4268
4526
|
input?: Record<string, any> | undefined;
|
|
4269
4527
|
} | {
|
|
4270
4528
|
type: string;
|
|
@@ -4397,6 +4655,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4397
4655
|
type: string;
|
|
4398
4656
|
file: string;
|
|
4399
4657
|
providerData?: Record<string, any> | undefined;
|
|
4658
|
+
} | {
|
|
4659
|
+
type: string;
|
|
4660
|
+
file: string;
|
|
4661
|
+
providerData?: Record<string, any> | undefined;
|
|
4400
4662
|
} | {
|
|
4401
4663
|
type: string;
|
|
4402
4664
|
id?: string | undefined;
|
|
@@ -4446,6 +4708,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4446
4708
|
type: string;
|
|
4447
4709
|
file: string;
|
|
4448
4710
|
providerData?: Record<string, any> | undefined;
|
|
4711
|
+
} | {
|
|
4712
|
+
type: string;
|
|
4713
|
+
file: string;
|
|
4714
|
+
providerData?: Record<string, any> | undefined;
|
|
4449
4715
|
} | {
|
|
4450
4716
|
type: string;
|
|
4451
4717
|
id?: string | undefined;
|
|
@@ -4495,6 +4761,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4495
4761
|
type: string;
|
|
4496
4762
|
file: string;
|
|
4497
4763
|
providerData?: Record<string, any> | undefined;
|
|
4764
|
+
} | {
|
|
4765
|
+
type: string;
|
|
4766
|
+
file: string;
|
|
4767
|
+
providerData?: Record<string, any> | undefined;
|
|
4498
4768
|
} | {
|
|
4499
4769
|
type: string;
|
|
4500
4770
|
id?: string | undefined;
|
|
@@ -4544,6 +4814,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4544
4814
|
type: string;
|
|
4545
4815
|
file: string;
|
|
4546
4816
|
providerData?: Record<string, any> | undefined;
|
|
4817
|
+
} | {
|
|
4818
|
+
type: string;
|
|
4819
|
+
file: string;
|
|
4820
|
+
providerData?: Record<string, any> | undefined;
|
|
4547
4821
|
} | {
|
|
4548
4822
|
type: string;
|
|
4549
4823
|
id?: string | undefined;
|
|
@@ -4593,6 +4867,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4593
4867
|
type: string;
|
|
4594
4868
|
file: string;
|
|
4595
4869
|
providerData?: Record<string, any> | undefined;
|
|
4870
|
+
} | {
|
|
4871
|
+
type: string;
|
|
4872
|
+
file: string;
|
|
4873
|
+
providerData?: Record<string, any> | undefined;
|
|
4596
4874
|
} | {
|
|
4597
4875
|
type: string;
|
|
4598
4876
|
id?: string | undefined;
|
|
@@ -4642,6 +4920,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4642
4920
|
type: string;
|
|
4643
4921
|
file: string;
|
|
4644
4922
|
providerData?: Record<string, any> | undefined;
|
|
4923
|
+
} | {
|
|
4924
|
+
type: string;
|
|
4925
|
+
file: string;
|
|
4926
|
+
providerData?: Record<string, any> | undefined;
|
|
4645
4927
|
} | {
|
|
4646
4928
|
type: string;
|
|
4647
4929
|
id?: string | undefined;
|
|
@@ -4820,6 +5102,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4820
5102
|
type: string;
|
|
4821
5103
|
file: string;
|
|
4822
5104
|
providerData?: Record<string, any> | undefined;
|
|
5105
|
+
} | {
|
|
5106
|
+
type: string;
|
|
5107
|
+
file: string;
|
|
5108
|
+
providerData?: Record<string, any> | undefined;
|
|
4823
5109
|
} | {
|
|
4824
5110
|
type: string;
|
|
4825
5111
|
id?: string | undefined;
|
|
@@ -4869,6 +5155,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4869
5155
|
type: string;
|
|
4870
5156
|
file: string;
|
|
4871
5157
|
providerData?: Record<string, any> | undefined;
|
|
5158
|
+
} | {
|
|
5159
|
+
type: string;
|
|
5160
|
+
file: string;
|
|
5161
|
+
providerData?: Record<string, any> | undefined;
|
|
4872
5162
|
} | {
|
|
4873
5163
|
type: string;
|
|
4874
5164
|
id?: string | undefined;
|
|
@@ -4984,6 +5274,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
4984
5274
|
type: string;
|
|
4985
5275
|
file: string;
|
|
4986
5276
|
providerData?: Record<string, any> | undefined;
|
|
5277
|
+
} | {
|
|
5278
|
+
type: string;
|
|
5279
|
+
file: string;
|
|
5280
|
+
providerData?: Record<string, any> | undefined;
|
|
4987
5281
|
} | {
|
|
4988
5282
|
type: string;
|
|
4989
5283
|
id?: string | undefined;
|
|
@@ -5046,6 +5340,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
5046
5340
|
type: string;
|
|
5047
5341
|
file: string;
|
|
5048
5342
|
providerData?: Record<string, any> | undefined;
|
|
5343
|
+
} | {
|
|
5344
|
+
type: string;
|
|
5345
|
+
file: string;
|
|
5346
|
+
providerData?: Record<string, any> | undefined;
|
|
5049
5347
|
} | {
|
|
5050
5348
|
type: string;
|
|
5051
5349
|
id?: string | undefined;
|
|
@@ -5108,6 +5406,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
5108
5406
|
type: string;
|
|
5109
5407
|
file: string;
|
|
5110
5408
|
providerData?: Record<string, any> | undefined;
|
|
5409
|
+
} | {
|
|
5410
|
+
type: string;
|
|
5411
|
+
file: string;
|
|
5412
|
+
providerData?: Record<string, any> | undefined;
|
|
5111
5413
|
} | {
|
|
5112
5414
|
type: string;
|
|
5113
5415
|
id?: string | undefined;
|
|
@@ -5304,6 +5606,10 @@ declare const KeywordsAIParamsSchema: z.ZodObject<{
|
|
|
5304
5606
|
type: string;
|
|
5305
5607
|
file: string;
|
|
5306
5608
|
providerData?: Record<string, any> | undefined;
|
|
5609
|
+
} | {
|
|
5610
|
+
type: string;
|
|
5611
|
+
file: string;
|
|
5612
|
+
providerData?: Record<string, any> | undefined;
|
|
5307
5613
|
} | {
|
|
5308
5614
|
type: string;
|
|
5309
5615
|
id?: string | undefined;
|
|
@@ -5524,6 +5830,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5524
5830
|
type: string;
|
|
5525
5831
|
} | undefined;
|
|
5526
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;
|
|
5527
5846
|
}>, z.ZodObject<{
|
|
5528
5847
|
type: z.ZodString;
|
|
5529
5848
|
text: z.ZodString;
|
|
@@ -5549,6 +5868,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5549
5868
|
type: string;
|
|
5550
5869
|
file: string;
|
|
5551
5870
|
providerData?: Record<string, any> | undefined;
|
|
5871
|
+
} | {
|
|
5872
|
+
type: string;
|
|
5873
|
+
file: string;
|
|
5874
|
+
providerData?: Record<string, any> | undefined;
|
|
5552
5875
|
} | {
|
|
5553
5876
|
type: string;
|
|
5554
5877
|
id?: string | undefined;
|
|
@@ -5584,6 +5907,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5584
5907
|
type: string;
|
|
5585
5908
|
file: string;
|
|
5586
5909
|
providerData?: Record<string, any> | undefined;
|
|
5910
|
+
} | {
|
|
5911
|
+
type: string;
|
|
5912
|
+
file: string;
|
|
5913
|
+
providerData?: Record<string, any> | undefined;
|
|
5587
5914
|
} | {
|
|
5588
5915
|
type: string;
|
|
5589
5916
|
id?: string | undefined;
|
|
@@ -5709,6 +6036,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5709
6036
|
type: string;
|
|
5710
6037
|
file: string;
|
|
5711
6038
|
providerData?: Record<string, any> | undefined;
|
|
6039
|
+
} | {
|
|
6040
|
+
type: string;
|
|
6041
|
+
file: string;
|
|
6042
|
+
providerData?: Record<string, any> | undefined;
|
|
5712
6043
|
} | {
|
|
5713
6044
|
type: string;
|
|
5714
6045
|
id?: string | undefined;
|
|
@@ -5757,6 +6088,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5757
6088
|
type: string;
|
|
5758
6089
|
file: string;
|
|
5759
6090
|
providerData?: Record<string, any> | undefined;
|
|
6091
|
+
} | {
|
|
6092
|
+
type: string;
|
|
6093
|
+
file: string;
|
|
6094
|
+
providerData?: Record<string, any> | undefined;
|
|
5760
6095
|
} | {
|
|
5761
6096
|
type: string;
|
|
5762
6097
|
id?: string | undefined;
|
|
@@ -5818,6 +6153,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5818
6153
|
type: string;
|
|
5819
6154
|
file: string;
|
|
5820
6155
|
providerData?: Record<string, any> | undefined;
|
|
6156
|
+
} | {
|
|
6157
|
+
type: string;
|
|
6158
|
+
file: string;
|
|
6159
|
+
providerData?: Record<string, any> | undefined;
|
|
5821
6160
|
} | {
|
|
5822
6161
|
type: string;
|
|
5823
6162
|
id?: string | undefined;
|
|
@@ -5867,6 +6206,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5867
6206
|
type: string;
|
|
5868
6207
|
file: string;
|
|
5869
6208
|
providerData?: Record<string, any> | undefined;
|
|
6209
|
+
} | {
|
|
6210
|
+
type: string;
|
|
6211
|
+
file: string;
|
|
6212
|
+
providerData?: Record<string, any> | undefined;
|
|
5870
6213
|
} | {
|
|
5871
6214
|
type: string;
|
|
5872
6215
|
id?: string | undefined;
|
|
@@ -5915,6 +6258,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
5915
6258
|
type: string;
|
|
5916
6259
|
file: string;
|
|
5917
6260
|
providerData?: Record<string, any> | undefined;
|
|
6261
|
+
} | {
|
|
6262
|
+
type: string;
|
|
6263
|
+
file: string;
|
|
6264
|
+
providerData?: Record<string, any> | undefined;
|
|
5918
6265
|
} | {
|
|
5919
6266
|
type: string;
|
|
5920
6267
|
id?: string | undefined;
|
|
@@ -6084,6 +6431,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6084
6431
|
type: string;
|
|
6085
6432
|
} | undefined;
|
|
6086
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;
|
|
6087
6447
|
}>, z.ZodObject<{
|
|
6088
6448
|
type: z.ZodString;
|
|
6089
6449
|
text: z.ZodString;
|
|
@@ -6109,6 +6469,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6109
6469
|
type: string;
|
|
6110
6470
|
file: string;
|
|
6111
6471
|
providerData?: Record<string, any> | undefined;
|
|
6472
|
+
} | {
|
|
6473
|
+
type: string;
|
|
6474
|
+
file: string;
|
|
6475
|
+
providerData?: Record<string, any> | undefined;
|
|
6112
6476
|
} | {
|
|
6113
6477
|
type: string;
|
|
6114
6478
|
id?: string | undefined;
|
|
@@ -6144,6 +6508,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6144
6508
|
type: string;
|
|
6145
6509
|
file: string;
|
|
6146
6510
|
providerData?: Record<string, any> | undefined;
|
|
6511
|
+
} | {
|
|
6512
|
+
type: string;
|
|
6513
|
+
file: string;
|
|
6514
|
+
providerData?: Record<string, any> | undefined;
|
|
6147
6515
|
} | {
|
|
6148
6516
|
type: string;
|
|
6149
6517
|
id?: string | undefined;
|
|
@@ -6269,6 +6637,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6269
6637
|
type: string;
|
|
6270
6638
|
file: string;
|
|
6271
6639
|
providerData?: Record<string, any> | undefined;
|
|
6640
|
+
} | {
|
|
6641
|
+
type: string;
|
|
6642
|
+
file: string;
|
|
6643
|
+
providerData?: Record<string, any> | undefined;
|
|
6272
6644
|
} | {
|
|
6273
6645
|
type: string;
|
|
6274
6646
|
id?: string | undefined;
|
|
@@ -6317,6 +6689,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6317
6689
|
type: string;
|
|
6318
6690
|
file: string;
|
|
6319
6691
|
providerData?: Record<string, any> | undefined;
|
|
6692
|
+
} | {
|
|
6693
|
+
type: string;
|
|
6694
|
+
file: string;
|
|
6695
|
+
providerData?: Record<string, any> | undefined;
|
|
6320
6696
|
} | {
|
|
6321
6697
|
type: string;
|
|
6322
6698
|
id?: string | undefined;
|
|
@@ -6378,6 +6754,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6378
6754
|
type: string;
|
|
6379
6755
|
file: string;
|
|
6380
6756
|
providerData?: Record<string, any> | undefined;
|
|
6757
|
+
} | {
|
|
6758
|
+
type: string;
|
|
6759
|
+
file: string;
|
|
6760
|
+
providerData?: Record<string, any> | undefined;
|
|
6381
6761
|
} | {
|
|
6382
6762
|
type: string;
|
|
6383
6763
|
id?: string | undefined;
|
|
@@ -6427,6 +6807,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6427
6807
|
type: string;
|
|
6428
6808
|
file: string;
|
|
6429
6809
|
providerData?: Record<string, any> | undefined;
|
|
6810
|
+
} | {
|
|
6811
|
+
type: string;
|
|
6812
|
+
file: string;
|
|
6813
|
+
providerData?: Record<string, any> | undefined;
|
|
6430
6814
|
} | {
|
|
6431
6815
|
type: string;
|
|
6432
6816
|
id?: string | undefined;
|
|
@@ -6475,6 +6859,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6475
6859
|
type: string;
|
|
6476
6860
|
file: string;
|
|
6477
6861
|
providerData?: Record<string, any> | undefined;
|
|
6862
|
+
} | {
|
|
6863
|
+
type: string;
|
|
6864
|
+
file: string;
|
|
6865
|
+
providerData?: Record<string, any> | undefined;
|
|
6478
6866
|
} | {
|
|
6479
6867
|
type: string;
|
|
6480
6868
|
id?: string | undefined;
|
|
@@ -6644,6 +7032,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6644
7032
|
type: string;
|
|
6645
7033
|
} | undefined;
|
|
6646
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;
|
|
6647
7048
|
}>, z.ZodObject<{
|
|
6648
7049
|
type: z.ZodString;
|
|
6649
7050
|
text: z.ZodString;
|
|
@@ -6669,6 +7070,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6669
7070
|
type: string;
|
|
6670
7071
|
file: string;
|
|
6671
7072
|
providerData?: Record<string, any> | undefined;
|
|
7073
|
+
} | {
|
|
7074
|
+
type: string;
|
|
7075
|
+
file: string;
|
|
7076
|
+
providerData?: Record<string, any> | undefined;
|
|
6672
7077
|
} | {
|
|
6673
7078
|
type: string;
|
|
6674
7079
|
id?: string | undefined;
|
|
@@ -6704,6 +7109,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6704
7109
|
type: string;
|
|
6705
7110
|
file: string;
|
|
6706
7111
|
providerData?: Record<string, any> | undefined;
|
|
7112
|
+
} | {
|
|
7113
|
+
type: string;
|
|
7114
|
+
file: string;
|
|
7115
|
+
providerData?: Record<string, any> | undefined;
|
|
6707
7116
|
} | {
|
|
6708
7117
|
type: string;
|
|
6709
7118
|
id?: string | undefined;
|
|
@@ -6829,6 +7238,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6829
7238
|
type: string;
|
|
6830
7239
|
file: string;
|
|
6831
7240
|
providerData?: Record<string, any> | undefined;
|
|
7241
|
+
} | {
|
|
7242
|
+
type: string;
|
|
7243
|
+
file: string;
|
|
7244
|
+
providerData?: Record<string, any> | undefined;
|
|
6832
7245
|
} | {
|
|
6833
7246
|
type: string;
|
|
6834
7247
|
id?: string | undefined;
|
|
@@ -6877,6 +7290,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6877
7290
|
type: string;
|
|
6878
7291
|
file: string;
|
|
6879
7292
|
providerData?: Record<string, any> | undefined;
|
|
7293
|
+
} | {
|
|
7294
|
+
type: string;
|
|
7295
|
+
file: string;
|
|
7296
|
+
providerData?: Record<string, any> | undefined;
|
|
6880
7297
|
} | {
|
|
6881
7298
|
type: string;
|
|
6882
7299
|
id?: string | undefined;
|
|
@@ -6938,6 +7355,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6938
7355
|
type: string;
|
|
6939
7356
|
file: string;
|
|
6940
7357
|
providerData?: Record<string, any> | undefined;
|
|
7358
|
+
} | {
|
|
7359
|
+
type: string;
|
|
7360
|
+
file: string;
|
|
7361
|
+
providerData?: Record<string, any> | undefined;
|
|
6941
7362
|
} | {
|
|
6942
7363
|
type: string;
|
|
6943
7364
|
id?: string | undefined;
|
|
@@ -6987,6 +7408,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
6987
7408
|
type: string;
|
|
6988
7409
|
file: string;
|
|
6989
7410
|
providerData?: Record<string, any> | undefined;
|
|
7411
|
+
} | {
|
|
7412
|
+
type: string;
|
|
7413
|
+
file: string;
|
|
7414
|
+
providerData?: Record<string, any> | undefined;
|
|
6990
7415
|
} | {
|
|
6991
7416
|
type: string;
|
|
6992
7417
|
id?: string | undefined;
|
|
@@ -7035,6 +7460,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7035
7460
|
type: string;
|
|
7036
7461
|
file: string;
|
|
7037
7462
|
providerData?: Record<string, any> | undefined;
|
|
7463
|
+
} | {
|
|
7464
|
+
type: string;
|
|
7465
|
+
file: string;
|
|
7466
|
+
providerData?: Record<string, any> | undefined;
|
|
7038
7467
|
} | {
|
|
7039
7468
|
type: string;
|
|
7040
7469
|
id?: string | undefined;
|
|
@@ -7484,6 +7913,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7484
7913
|
type: string;
|
|
7485
7914
|
} | undefined;
|
|
7486
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;
|
|
7487
7929
|
}>, z.ZodObject<{
|
|
7488
7930
|
type: z.ZodString;
|
|
7489
7931
|
text: z.ZodString;
|
|
@@ -7509,6 +7951,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7509
7951
|
type: string;
|
|
7510
7952
|
file: string;
|
|
7511
7953
|
providerData?: Record<string, any> | undefined;
|
|
7954
|
+
} | {
|
|
7955
|
+
type: string;
|
|
7956
|
+
file: string;
|
|
7957
|
+
providerData?: Record<string, any> | undefined;
|
|
7512
7958
|
} | {
|
|
7513
7959
|
type: string;
|
|
7514
7960
|
id?: string | undefined;
|
|
@@ -7544,6 +7990,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7544
7990
|
type: string;
|
|
7545
7991
|
file: string;
|
|
7546
7992
|
providerData?: Record<string, any> | undefined;
|
|
7993
|
+
} | {
|
|
7994
|
+
type: string;
|
|
7995
|
+
file: string;
|
|
7996
|
+
providerData?: Record<string, any> | undefined;
|
|
7547
7997
|
} | {
|
|
7548
7998
|
type: string;
|
|
7549
7999
|
id?: string | undefined;
|
|
@@ -7669,6 +8119,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7669
8119
|
type: string;
|
|
7670
8120
|
file: string;
|
|
7671
8121
|
providerData?: Record<string, any> | undefined;
|
|
8122
|
+
} | {
|
|
8123
|
+
type: string;
|
|
8124
|
+
file: string;
|
|
8125
|
+
providerData?: Record<string, any> | undefined;
|
|
7672
8126
|
} | {
|
|
7673
8127
|
type: string;
|
|
7674
8128
|
id?: string | undefined;
|
|
@@ -7717,6 +8171,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7717
8171
|
type: string;
|
|
7718
8172
|
file: string;
|
|
7719
8173
|
providerData?: Record<string, any> | undefined;
|
|
8174
|
+
} | {
|
|
8175
|
+
type: string;
|
|
8176
|
+
file: string;
|
|
8177
|
+
providerData?: Record<string, any> | undefined;
|
|
7720
8178
|
} | {
|
|
7721
8179
|
type: string;
|
|
7722
8180
|
id?: string | undefined;
|
|
@@ -7778,6 +8236,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7778
8236
|
type: string;
|
|
7779
8237
|
file: string;
|
|
7780
8238
|
providerData?: Record<string, any> | undefined;
|
|
8239
|
+
} | {
|
|
8240
|
+
type: string;
|
|
8241
|
+
file: string;
|
|
8242
|
+
providerData?: Record<string, any> | undefined;
|
|
7781
8243
|
} | {
|
|
7782
8244
|
type: string;
|
|
7783
8245
|
id?: string | undefined;
|
|
@@ -7827,6 +8289,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7827
8289
|
type: string;
|
|
7828
8290
|
file: string;
|
|
7829
8291
|
providerData?: Record<string, any> | undefined;
|
|
8292
|
+
} | {
|
|
8293
|
+
type: string;
|
|
8294
|
+
file: string;
|
|
8295
|
+
providerData?: Record<string, any> | undefined;
|
|
7830
8296
|
} | {
|
|
7831
8297
|
type: string;
|
|
7832
8298
|
id?: string | undefined;
|
|
@@ -7875,6 +8341,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
7875
8341
|
type: string;
|
|
7876
8342
|
file: string;
|
|
7877
8343
|
providerData?: Record<string, any> | undefined;
|
|
8344
|
+
} | {
|
|
8345
|
+
type: string;
|
|
8346
|
+
file: string;
|
|
8347
|
+
providerData?: Record<string, any> | undefined;
|
|
7878
8348
|
} | {
|
|
7879
8349
|
type: string;
|
|
7880
8350
|
id?: string | undefined;
|
|
@@ -8068,6 +8538,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8068
8538
|
type: string;
|
|
8069
8539
|
} | undefined;
|
|
8070
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;
|
|
8071
8554
|
}>, z.ZodObject<{
|
|
8072
8555
|
type: z.ZodString;
|
|
8073
8556
|
text: z.ZodString;
|
|
@@ -8093,6 +8576,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8093
8576
|
type: string;
|
|
8094
8577
|
file: string;
|
|
8095
8578
|
providerData?: Record<string, any> | undefined;
|
|
8579
|
+
} | {
|
|
8580
|
+
type: string;
|
|
8581
|
+
file: string;
|
|
8582
|
+
providerData?: Record<string, any> | undefined;
|
|
8096
8583
|
} | {
|
|
8097
8584
|
type: string;
|
|
8098
8585
|
id?: string | undefined;
|
|
@@ -8128,6 +8615,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8128
8615
|
type: string;
|
|
8129
8616
|
file: string;
|
|
8130
8617
|
providerData?: Record<string, any> | undefined;
|
|
8618
|
+
} | {
|
|
8619
|
+
type: string;
|
|
8620
|
+
file: string;
|
|
8621
|
+
providerData?: Record<string, any> | undefined;
|
|
8131
8622
|
} | {
|
|
8132
8623
|
type: string;
|
|
8133
8624
|
id?: string | undefined;
|
|
@@ -8253,6 +8744,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8253
8744
|
type: string;
|
|
8254
8745
|
file: string;
|
|
8255
8746
|
providerData?: Record<string, any> | undefined;
|
|
8747
|
+
} | {
|
|
8748
|
+
type: string;
|
|
8749
|
+
file: string;
|
|
8750
|
+
providerData?: Record<string, any> | undefined;
|
|
8256
8751
|
} | {
|
|
8257
8752
|
type: string;
|
|
8258
8753
|
id?: string | undefined;
|
|
@@ -8301,6 +8796,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8301
8796
|
type: string;
|
|
8302
8797
|
file: string;
|
|
8303
8798
|
providerData?: Record<string, any> | undefined;
|
|
8799
|
+
} | {
|
|
8800
|
+
type: string;
|
|
8801
|
+
file: string;
|
|
8802
|
+
providerData?: Record<string, any> | undefined;
|
|
8304
8803
|
} | {
|
|
8305
8804
|
type: string;
|
|
8306
8805
|
id?: string | undefined;
|
|
@@ -8362,6 +8861,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8362
8861
|
type: string;
|
|
8363
8862
|
file: string;
|
|
8364
8863
|
providerData?: Record<string, any> | undefined;
|
|
8864
|
+
} | {
|
|
8865
|
+
type: string;
|
|
8866
|
+
file: string;
|
|
8867
|
+
providerData?: Record<string, any> | undefined;
|
|
8365
8868
|
} | {
|
|
8366
8869
|
type: string;
|
|
8367
8870
|
id?: string | undefined;
|
|
@@ -8411,6 +8914,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8411
8914
|
type: string;
|
|
8412
8915
|
file: string;
|
|
8413
8916
|
providerData?: Record<string, any> | undefined;
|
|
8917
|
+
} | {
|
|
8918
|
+
type: string;
|
|
8919
|
+
file: string;
|
|
8920
|
+
providerData?: Record<string, any> | undefined;
|
|
8414
8921
|
} | {
|
|
8415
8922
|
type: string;
|
|
8416
8923
|
id?: string | undefined;
|
|
@@ -8461,7 +8968,11 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8461
8968
|
providerData?: Record<string, any> | undefined;
|
|
8462
8969
|
} | {
|
|
8463
8970
|
type: string;
|
|
8464
|
-
|
|
8971
|
+
file: string;
|
|
8972
|
+
providerData?: Record<string, any> | undefined;
|
|
8973
|
+
} | {
|
|
8974
|
+
type: string;
|
|
8975
|
+
id?: string | undefined;
|
|
8465
8976
|
name?: string | undefined;
|
|
8466
8977
|
input?: Record<string, any> | undefined;
|
|
8467
8978
|
} | {
|
|
@@ -8731,6 +9242,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8731
9242
|
type: string;
|
|
8732
9243
|
} | undefined;
|
|
8733
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;
|
|
8734
9258
|
}>, z.ZodObject<{
|
|
8735
9259
|
type: z.ZodString;
|
|
8736
9260
|
text: z.ZodString;
|
|
@@ -8756,6 +9280,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8756
9280
|
type: string;
|
|
8757
9281
|
file: string;
|
|
8758
9282
|
providerData?: Record<string, any> | undefined;
|
|
9283
|
+
} | {
|
|
9284
|
+
type: string;
|
|
9285
|
+
file: string;
|
|
9286
|
+
providerData?: Record<string, any> | undefined;
|
|
8759
9287
|
} | {
|
|
8760
9288
|
type: string;
|
|
8761
9289
|
id?: string | undefined;
|
|
@@ -8791,6 +9319,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8791
9319
|
type: string;
|
|
8792
9320
|
file: string;
|
|
8793
9321
|
providerData?: Record<string, any> | undefined;
|
|
9322
|
+
} | {
|
|
9323
|
+
type: string;
|
|
9324
|
+
file: string;
|
|
9325
|
+
providerData?: Record<string, any> | undefined;
|
|
8794
9326
|
} | {
|
|
8795
9327
|
type: string;
|
|
8796
9328
|
id?: string | undefined;
|
|
@@ -8916,6 +9448,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8916
9448
|
type: string;
|
|
8917
9449
|
file: string;
|
|
8918
9450
|
providerData?: Record<string, any> | undefined;
|
|
9451
|
+
} | {
|
|
9452
|
+
type: string;
|
|
9453
|
+
file: string;
|
|
9454
|
+
providerData?: Record<string, any> | undefined;
|
|
8919
9455
|
} | {
|
|
8920
9456
|
type: string;
|
|
8921
9457
|
id?: string | undefined;
|
|
@@ -8964,6 +9500,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
8964
9500
|
type: string;
|
|
8965
9501
|
file: string;
|
|
8966
9502
|
providerData?: Record<string, any> | undefined;
|
|
9503
|
+
} | {
|
|
9504
|
+
type: string;
|
|
9505
|
+
file: string;
|
|
9506
|
+
providerData?: Record<string, any> | undefined;
|
|
8967
9507
|
} | {
|
|
8968
9508
|
type: string;
|
|
8969
9509
|
id?: string | undefined;
|
|
@@ -9025,6 +9565,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9025
9565
|
type: string;
|
|
9026
9566
|
file: string;
|
|
9027
9567
|
providerData?: Record<string, any> | undefined;
|
|
9568
|
+
} | {
|
|
9569
|
+
type: string;
|
|
9570
|
+
file: string;
|
|
9571
|
+
providerData?: Record<string, any> | undefined;
|
|
9028
9572
|
} | {
|
|
9029
9573
|
type: string;
|
|
9030
9574
|
id?: string | undefined;
|
|
@@ -9074,6 +9618,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9074
9618
|
type: string;
|
|
9075
9619
|
file: string;
|
|
9076
9620
|
providerData?: Record<string, any> | undefined;
|
|
9621
|
+
} | {
|
|
9622
|
+
type: string;
|
|
9623
|
+
file: string;
|
|
9624
|
+
providerData?: Record<string, any> | undefined;
|
|
9077
9625
|
} | {
|
|
9078
9626
|
type: string;
|
|
9079
9627
|
id?: string | undefined;
|
|
@@ -9122,6 +9670,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9122
9670
|
type: string;
|
|
9123
9671
|
file: string;
|
|
9124
9672
|
providerData?: Record<string, any> | undefined;
|
|
9673
|
+
} | {
|
|
9674
|
+
type: string;
|
|
9675
|
+
file: string;
|
|
9676
|
+
providerData?: Record<string, any> | undefined;
|
|
9125
9677
|
} | {
|
|
9126
9678
|
type: string;
|
|
9127
9679
|
id?: string | undefined;
|
|
@@ -9291,6 +9843,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9291
9843
|
type: string;
|
|
9292
9844
|
} | undefined;
|
|
9293
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;
|
|
9294
9859
|
}>, z.ZodObject<{
|
|
9295
9860
|
type: z.ZodString;
|
|
9296
9861
|
text: z.ZodString;
|
|
@@ -9316,6 +9881,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9316
9881
|
type: string;
|
|
9317
9882
|
file: string;
|
|
9318
9883
|
providerData?: Record<string, any> | undefined;
|
|
9884
|
+
} | {
|
|
9885
|
+
type: string;
|
|
9886
|
+
file: string;
|
|
9887
|
+
providerData?: Record<string, any> | undefined;
|
|
9319
9888
|
} | {
|
|
9320
9889
|
type: string;
|
|
9321
9890
|
id?: string | undefined;
|
|
@@ -9351,6 +9920,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9351
9920
|
type: string;
|
|
9352
9921
|
file: string;
|
|
9353
9922
|
providerData?: Record<string, any> | undefined;
|
|
9923
|
+
} | {
|
|
9924
|
+
type: string;
|
|
9925
|
+
file: string;
|
|
9926
|
+
providerData?: Record<string, any> | undefined;
|
|
9354
9927
|
} | {
|
|
9355
9928
|
type: string;
|
|
9356
9929
|
id?: string | undefined;
|
|
@@ -9476,6 +10049,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9476
10049
|
type: string;
|
|
9477
10050
|
file: string;
|
|
9478
10051
|
providerData?: Record<string, any> | undefined;
|
|
10052
|
+
} | {
|
|
10053
|
+
type: string;
|
|
10054
|
+
file: string;
|
|
10055
|
+
providerData?: Record<string, any> | undefined;
|
|
9479
10056
|
} | {
|
|
9480
10057
|
type: string;
|
|
9481
10058
|
id?: string | undefined;
|
|
@@ -9524,6 +10101,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9524
10101
|
type: string;
|
|
9525
10102
|
file: string;
|
|
9526
10103
|
providerData?: Record<string, any> | undefined;
|
|
10104
|
+
} | {
|
|
10105
|
+
type: string;
|
|
10106
|
+
file: string;
|
|
10107
|
+
providerData?: Record<string, any> | undefined;
|
|
9527
10108
|
} | {
|
|
9528
10109
|
type: string;
|
|
9529
10110
|
id?: string | undefined;
|
|
@@ -9585,6 +10166,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9585
10166
|
type: string;
|
|
9586
10167
|
file: string;
|
|
9587
10168
|
providerData?: Record<string, any> | undefined;
|
|
10169
|
+
} | {
|
|
10170
|
+
type: string;
|
|
10171
|
+
file: string;
|
|
10172
|
+
providerData?: Record<string, any> | undefined;
|
|
9588
10173
|
} | {
|
|
9589
10174
|
type: string;
|
|
9590
10175
|
id?: string | undefined;
|
|
@@ -9634,6 +10219,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9634
10219
|
type: string;
|
|
9635
10220
|
file: string;
|
|
9636
10221
|
providerData?: Record<string, any> | undefined;
|
|
10222
|
+
} | {
|
|
10223
|
+
type: string;
|
|
10224
|
+
file: string;
|
|
10225
|
+
providerData?: Record<string, any> | undefined;
|
|
9637
10226
|
} | {
|
|
9638
10227
|
type: string;
|
|
9639
10228
|
id?: string | undefined;
|
|
@@ -9682,6 +10271,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9682
10271
|
type: string;
|
|
9683
10272
|
file: string;
|
|
9684
10273
|
providerData?: Record<string, any> | undefined;
|
|
10274
|
+
} | {
|
|
10275
|
+
type: string;
|
|
10276
|
+
file: string;
|
|
10277
|
+
providerData?: Record<string, any> | undefined;
|
|
9685
10278
|
} | {
|
|
9686
10279
|
type: string;
|
|
9687
10280
|
id?: string | undefined;
|
|
@@ -9851,6 +10444,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9851
10444
|
type: string;
|
|
9852
10445
|
} | undefined;
|
|
9853
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;
|
|
9854
10460
|
}>, z.ZodObject<{
|
|
9855
10461
|
type: z.ZodString;
|
|
9856
10462
|
text: z.ZodString;
|
|
@@ -9876,6 +10482,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9876
10482
|
type: string;
|
|
9877
10483
|
file: string;
|
|
9878
10484
|
providerData?: Record<string, any> | undefined;
|
|
10485
|
+
} | {
|
|
10486
|
+
type: string;
|
|
10487
|
+
file: string;
|
|
10488
|
+
providerData?: Record<string, any> | undefined;
|
|
9879
10489
|
} | {
|
|
9880
10490
|
type: string;
|
|
9881
10491
|
id?: string | undefined;
|
|
@@ -9911,6 +10521,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
9911
10521
|
type: string;
|
|
9912
10522
|
file: string;
|
|
9913
10523
|
providerData?: Record<string, any> | undefined;
|
|
10524
|
+
} | {
|
|
10525
|
+
type: string;
|
|
10526
|
+
file: string;
|
|
10527
|
+
providerData?: Record<string, any> | undefined;
|
|
9914
10528
|
} | {
|
|
9915
10529
|
type: string;
|
|
9916
10530
|
id?: string | undefined;
|
|
@@ -10036,6 +10650,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10036
10650
|
type: string;
|
|
10037
10651
|
file: string;
|
|
10038
10652
|
providerData?: Record<string, any> | undefined;
|
|
10653
|
+
} | {
|
|
10654
|
+
type: string;
|
|
10655
|
+
file: string;
|
|
10656
|
+
providerData?: Record<string, any> | undefined;
|
|
10039
10657
|
} | {
|
|
10040
10658
|
type: string;
|
|
10041
10659
|
id?: string | undefined;
|
|
@@ -10084,6 +10702,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10084
10702
|
type: string;
|
|
10085
10703
|
file: string;
|
|
10086
10704
|
providerData?: Record<string, any> | undefined;
|
|
10705
|
+
} | {
|
|
10706
|
+
type: string;
|
|
10707
|
+
file: string;
|
|
10708
|
+
providerData?: Record<string, any> | undefined;
|
|
10087
10709
|
} | {
|
|
10088
10710
|
type: string;
|
|
10089
10711
|
id?: string | undefined;
|
|
@@ -10145,6 +10767,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10145
10767
|
type: string;
|
|
10146
10768
|
file: string;
|
|
10147
10769
|
providerData?: Record<string, any> | undefined;
|
|
10770
|
+
} | {
|
|
10771
|
+
type: string;
|
|
10772
|
+
file: string;
|
|
10773
|
+
providerData?: Record<string, any> | undefined;
|
|
10148
10774
|
} | {
|
|
10149
10775
|
type: string;
|
|
10150
10776
|
id?: string | undefined;
|
|
@@ -10194,6 +10820,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10194
10820
|
type: string;
|
|
10195
10821
|
file: string;
|
|
10196
10822
|
providerData?: Record<string, any> | undefined;
|
|
10823
|
+
} | {
|
|
10824
|
+
type: string;
|
|
10825
|
+
file: string;
|
|
10826
|
+
providerData?: Record<string, any> | undefined;
|
|
10197
10827
|
} | {
|
|
10198
10828
|
type: string;
|
|
10199
10829
|
id?: string | undefined;
|
|
@@ -10242,6 +10872,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10242
10872
|
type: string;
|
|
10243
10873
|
file: string;
|
|
10244
10874
|
providerData?: Record<string, any> | undefined;
|
|
10875
|
+
} | {
|
|
10876
|
+
type: string;
|
|
10877
|
+
file: string;
|
|
10878
|
+
providerData?: Record<string, any> | undefined;
|
|
10245
10879
|
} | {
|
|
10246
10880
|
type: string;
|
|
10247
10881
|
id?: string | undefined;
|
|
@@ -10691,6 +11325,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10691
11325
|
type: string;
|
|
10692
11326
|
} | undefined;
|
|
10693
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;
|
|
10694
11341
|
}>, z.ZodObject<{
|
|
10695
11342
|
type: z.ZodString;
|
|
10696
11343
|
text: z.ZodString;
|
|
@@ -10716,6 +11363,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10716
11363
|
type: string;
|
|
10717
11364
|
file: string;
|
|
10718
11365
|
providerData?: Record<string, any> | undefined;
|
|
11366
|
+
} | {
|
|
11367
|
+
type: string;
|
|
11368
|
+
file: string;
|
|
11369
|
+
providerData?: Record<string, any> | undefined;
|
|
10719
11370
|
} | {
|
|
10720
11371
|
type: string;
|
|
10721
11372
|
id?: string | undefined;
|
|
@@ -10751,6 +11402,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10751
11402
|
type: string;
|
|
10752
11403
|
file: string;
|
|
10753
11404
|
providerData?: Record<string, any> | undefined;
|
|
11405
|
+
} | {
|
|
11406
|
+
type: string;
|
|
11407
|
+
file: string;
|
|
11408
|
+
providerData?: Record<string, any> | undefined;
|
|
10754
11409
|
} | {
|
|
10755
11410
|
type: string;
|
|
10756
11411
|
id?: string | undefined;
|
|
@@ -10876,6 +11531,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10876
11531
|
type: string;
|
|
10877
11532
|
file: string;
|
|
10878
11533
|
providerData?: Record<string, any> | undefined;
|
|
11534
|
+
} | {
|
|
11535
|
+
type: string;
|
|
11536
|
+
file: string;
|
|
11537
|
+
providerData?: Record<string, any> | undefined;
|
|
10879
11538
|
} | {
|
|
10880
11539
|
type: string;
|
|
10881
11540
|
id?: string | undefined;
|
|
@@ -10924,6 +11583,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10924
11583
|
type: string;
|
|
10925
11584
|
file: string;
|
|
10926
11585
|
providerData?: Record<string, any> | undefined;
|
|
11586
|
+
} | {
|
|
11587
|
+
type: string;
|
|
11588
|
+
file: string;
|
|
11589
|
+
providerData?: Record<string, any> | undefined;
|
|
10927
11590
|
} | {
|
|
10928
11591
|
type: string;
|
|
10929
11592
|
id?: string | undefined;
|
|
@@ -10985,6 +11648,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
10985
11648
|
type: string;
|
|
10986
11649
|
file: string;
|
|
10987
11650
|
providerData?: Record<string, any> | undefined;
|
|
11651
|
+
} | {
|
|
11652
|
+
type: string;
|
|
11653
|
+
file: string;
|
|
11654
|
+
providerData?: Record<string, any> | undefined;
|
|
10988
11655
|
} | {
|
|
10989
11656
|
type: string;
|
|
10990
11657
|
id?: string | undefined;
|
|
@@ -11034,6 +11701,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11034
11701
|
type: string;
|
|
11035
11702
|
file: string;
|
|
11036
11703
|
providerData?: Record<string, any> | undefined;
|
|
11704
|
+
} | {
|
|
11705
|
+
type: string;
|
|
11706
|
+
file: string;
|
|
11707
|
+
providerData?: Record<string, any> | undefined;
|
|
11037
11708
|
} | {
|
|
11038
11709
|
type: string;
|
|
11039
11710
|
id?: string | undefined;
|
|
@@ -11082,6 +11753,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11082
11753
|
type: string;
|
|
11083
11754
|
file: string;
|
|
11084
11755
|
providerData?: Record<string, any> | undefined;
|
|
11756
|
+
} | {
|
|
11757
|
+
type: string;
|
|
11758
|
+
file: string;
|
|
11759
|
+
providerData?: Record<string, any> | undefined;
|
|
11085
11760
|
} | {
|
|
11086
11761
|
type: string;
|
|
11087
11762
|
id?: string | undefined;
|
|
@@ -11275,6 +11950,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11275
11950
|
type: string;
|
|
11276
11951
|
} | undefined;
|
|
11277
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;
|
|
11278
11966
|
}>, z.ZodObject<{
|
|
11279
11967
|
type: z.ZodString;
|
|
11280
11968
|
text: z.ZodString;
|
|
@@ -11300,6 +11988,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11300
11988
|
type: string;
|
|
11301
11989
|
file: string;
|
|
11302
11990
|
providerData?: Record<string, any> | undefined;
|
|
11991
|
+
} | {
|
|
11992
|
+
type: string;
|
|
11993
|
+
file: string;
|
|
11994
|
+
providerData?: Record<string, any> | undefined;
|
|
11303
11995
|
} | {
|
|
11304
11996
|
type: string;
|
|
11305
11997
|
id?: string | undefined;
|
|
@@ -11335,6 +12027,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11335
12027
|
type: string;
|
|
11336
12028
|
file: string;
|
|
11337
12029
|
providerData?: Record<string, any> | undefined;
|
|
12030
|
+
} | {
|
|
12031
|
+
type: string;
|
|
12032
|
+
file: string;
|
|
12033
|
+
providerData?: Record<string, any> | undefined;
|
|
11338
12034
|
} | {
|
|
11339
12035
|
type: string;
|
|
11340
12036
|
id?: string | undefined;
|
|
@@ -11460,6 +12156,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11460
12156
|
type: string;
|
|
11461
12157
|
file: string;
|
|
11462
12158
|
providerData?: Record<string, any> | undefined;
|
|
12159
|
+
} | {
|
|
12160
|
+
type: string;
|
|
12161
|
+
file: string;
|
|
12162
|
+
providerData?: Record<string, any> | undefined;
|
|
11463
12163
|
} | {
|
|
11464
12164
|
type: string;
|
|
11465
12165
|
id?: string | undefined;
|
|
@@ -11508,6 +12208,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11508
12208
|
type: string;
|
|
11509
12209
|
file: string;
|
|
11510
12210
|
providerData?: Record<string, any> | undefined;
|
|
12211
|
+
} | {
|
|
12212
|
+
type: string;
|
|
12213
|
+
file: string;
|
|
12214
|
+
providerData?: Record<string, any> | undefined;
|
|
11511
12215
|
} | {
|
|
11512
12216
|
type: string;
|
|
11513
12217
|
id?: string | undefined;
|
|
@@ -11569,6 +12273,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11569
12273
|
type: string;
|
|
11570
12274
|
file: string;
|
|
11571
12275
|
providerData?: Record<string, any> | undefined;
|
|
12276
|
+
} | {
|
|
12277
|
+
type: string;
|
|
12278
|
+
file: string;
|
|
12279
|
+
providerData?: Record<string, any> | undefined;
|
|
11572
12280
|
} | {
|
|
11573
12281
|
type: string;
|
|
11574
12282
|
id?: string | undefined;
|
|
@@ -11618,6 +12326,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11618
12326
|
type: string;
|
|
11619
12327
|
file: string;
|
|
11620
12328
|
providerData?: Record<string, any> | undefined;
|
|
12329
|
+
} | {
|
|
12330
|
+
type: string;
|
|
12331
|
+
file: string;
|
|
12332
|
+
providerData?: Record<string, any> | undefined;
|
|
11621
12333
|
} | {
|
|
11622
12334
|
type: string;
|
|
11623
12335
|
id?: string | undefined;
|
|
@@ -11666,6 +12378,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11666
12378
|
type: string;
|
|
11667
12379
|
file: string;
|
|
11668
12380
|
providerData?: Record<string, any> | undefined;
|
|
12381
|
+
} | {
|
|
12382
|
+
type: string;
|
|
12383
|
+
file: string;
|
|
12384
|
+
providerData?: Record<string, any> | undefined;
|
|
11669
12385
|
} | {
|
|
11670
12386
|
type: string;
|
|
11671
12387
|
id?: string | undefined;
|
|
@@ -11938,6 +12654,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11938
12654
|
type: string;
|
|
11939
12655
|
} | undefined;
|
|
11940
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;
|
|
11941
12670
|
}>, z.ZodObject<{
|
|
11942
12671
|
type: z.ZodString;
|
|
11943
12672
|
text: z.ZodString;
|
|
@@ -11963,6 +12692,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11963
12692
|
type: string;
|
|
11964
12693
|
file: string;
|
|
11965
12694
|
providerData?: Record<string, any> | undefined;
|
|
12695
|
+
} | {
|
|
12696
|
+
type: string;
|
|
12697
|
+
file: string;
|
|
12698
|
+
providerData?: Record<string, any> | undefined;
|
|
11966
12699
|
} | {
|
|
11967
12700
|
type: string;
|
|
11968
12701
|
id?: string | undefined;
|
|
@@ -11998,6 +12731,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
11998
12731
|
type: string;
|
|
11999
12732
|
file: string;
|
|
12000
12733
|
providerData?: Record<string, any> | undefined;
|
|
12734
|
+
} | {
|
|
12735
|
+
type: string;
|
|
12736
|
+
file: string;
|
|
12737
|
+
providerData?: Record<string, any> | undefined;
|
|
12001
12738
|
} | {
|
|
12002
12739
|
type: string;
|
|
12003
12740
|
id?: string | undefined;
|
|
@@ -12123,6 +12860,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12123
12860
|
type: string;
|
|
12124
12861
|
file: string;
|
|
12125
12862
|
providerData?: Record<string, any> | undefined;
|
|
12863
|
+
} | {
|
|
12864
|
+
type: string;
|
|
12865
|
+
file: string;
|
|
12866
|
+
providerData?: Record<string, any> | undefined;
|
|
12126
12867
|
} | {
|
|
12127
12868
|
type: string;
|
|
12128
12869
|
id?: string | undefined;
|
|
@@ -12171,6 +12912,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12171
12912
|
type: string;
|
|
12172
12913
|
file: string;
|
|
12173
12914
|
providerData?: Record<string, any> | undefined;
|
|
12915
|
+
} | {
|
|
12916
|
+
type: string;
|
|
12917
|
+
file: string;
|
|
12918
|
+
providerData?: Record<string, any> | undefined;
|
|
12174
12919
|
} | {
|
|
12175
12920
|
type: string;
|
|
12176
12921
|
id?: string | undefined;
|
|
@@ -12232,6 +12977,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12232
12977
|
type: string;
|
|
12233
12978
|
file: string;
|
|
12234
12979
|
providerData?: Record<string, any> | undefined;
|
|
12980
|
+
} | {
|
|
12981
|
+
type: string;
|
|
12982
|
+
file: string;
|
|
12983
|
+
providerData?: Record<string, any> | undefined;
|
|
12235
12984
|
} | {
|
|
12236
12985
|
type: string;
|
|
12237
12986
|
id?: string | undefined;
|
|
@@ -12281,6 +13030,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12281
13030
|
type: string;
|
|
12282
13031
|
file: string;
|
|
12283
13032
|
providerData?: Record<string, any> | undefined;
|
|
13033
|
+
} | {
|
|
13034
|
+
type: string;
|
|
13035
|
+
file: string;
|
|
13036
|
+
providerData?: Record<string, any> | undefined;
|
|
12284
13037
|
} | {
|
|
12285
13038
|
type: string;
|
|
12286
13039
|
id?: string | undefined;
|
|
@@ -12329,6 +13082,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12329
13082
|
type: string;
|
|
12330
13083
|
file: string;
|
|
12331
13084
|
providerData?: Record<string, any> | undefined;
|
|
13085
|
+
} | {
|
|
13086
|
+
type: string;
|
|
13087
|
+
file: string;
|
|
13088
|
+
providerData?: Record<string, any> | undefined;
|
|
12332
13089
|
} | {
|
|
12333
13090
|
type: string;
|
|
12334
13091
|
id?: string | undefined;
|
|
@@ -12498,6 +13255,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12498
13255
|
type: string;
|
|
12499
13256
|
} | undefined;
|
|
12500
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;
|
|
12501
13271
|
}>, z.ZodObject<{
|
|
12502
13272
|
type: z.ZodString;
|
|
12503
13273
|
text: z.ZodString;
|
|
@@ -12523,6 +13293,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12523
13293
|
type: string;
|
|
12524
13294
|
file: string;
|
|
12525
13295
|
providerData?: Record<string, any> | undefined;
|
|
13296
|
+
} | {
|
|
13297
|
+
type: string;
|
|
13298
|
+
file: string;
|
|
13299
|
+
providerData?: Record<string, any> | undefined;
|
|
12526
13300
|
} | {
|
|
12527
13301
|
type: string;
|
|
12528
13302
|
id?: string | undefined;
|
|
@@ -12558,6 +13332,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12558
13332
|
type: string;
|
|
12559
13333
|
file: string;
|
|
12560
13334
|
providerData?: Record<string, any> | undefined;
|
|
13335
|
+
} | {
|
|
13336
|
+
type: string;
|
|
13337
|
+
file: string;
|
|
13338
|
+
providerData?: Record<string, any> | undefined;
|
|
12561
13339
|
} | {
|
|
12562
13340
|
type: string;
|
|
12563
13341
|
id?: string | undefined;
|
|
@@ -12683,6 +13461,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12683
13461
|
type: string;
|
|
12684
13462
|
file: string;
|
|
12685
13463
|
providerData?: Record<string, any> | undefined;
|
|
13464
|
+
} | {
|
|
13465
|
+
type: string;
|
|
13466
|
+
file: string;
|
|
13467
|
+
providerData?: Record<string, any> | undefined;
|
|
12686
13468
|
} | {
|
|
12687
13469
|
type: string;
|
|
12688
13470
|
id?: string | undefined;
|
|
@@ -12731,6 +13513,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12731
13513
|
type: string;
|
|
12732
13514
|
file: string;
|
|
12733
13515
|
providerData?: Record<string, any> | undefined;
|
|
13516
|
+
} | {
|
|
13517
|
+
type: string;
|
|
13518
|
+
file: string;
|
|
13519
|
+
providerData?: Record<string, any> | undefined;
|
|
12734
13520
|
} | {
|
|
12735
13521
|
type: string;
|
|
12736
13522
|
id?: string | undefined;
|
|
@@ -12792,6 +13578,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12792
13578
|
type: string;
|
|
12793
13579
|
file: string;
|
|
12794
13580
|
providerData?: Record<string, any> | undefined;
|
|
13581
|
+
} | {
|
|
13582
|
+
type: string;
|
|
13583
|
+
file: string;
|
|
13584
|
+
providerData?: Record<string, any> | undefined;
|
|
12795
13585
|
} | {
|
|
12796
13586
|
type: string;
|
|
12797
13587
|
id?: string | undefined;
|
|
@@ -12841,6 +13631,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12841
13631
|
type: string;
|
|
12842
13632
|
file: string;
|
|
12843
13633
|
providerData?: Record<string, any> | undefined;
|
|
13634
|
+
} | {
|
|
13635
|
+
type: string;
|
|
13636
|
+
file: string;
|
|
13637
|
+
providerData?: Record<string, any> | undefined;
|
|
12844
13638
|
} | {
|
|
12845
13639
|
type: string;
|
|
12846
13640
|
id?: string | undefined;
|
|
@@ -12889,6 +13683,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
12889
13683
|
type: string;
|
|
12890
13684
|
file: string;
|
|
12891
13685
|
providerData?: Record<string, any> | undefined;
|
|
13686
|
+
} | {
|
|
13687
|
+
type: string;
|
|
13688
|
+
file: string;
|
|
13689
|
+
providerData?: Record<string, any> | undefined;
|
|
12892
13690
|
} | {
|
|
12893
13691
|
type: string;
|
|
12894
13692
|
id?: string | undefined;
|
|
@@ -13058,6 +13856,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13058
13856
|
type: string;
|
|
13059
13857
|
} | undefined;
|
|
13060
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;
|
|
13061
13872
|
}>, z.ZodObject<{
|
|
13062
13873
|
type: z.ZodString;
|
|
13063
13874
|
text: z.ZodString;
|
|
@@ -13083,6 +13894,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13083
13894
|
type: string;
|
|
13084
13895
|
file: string;
|
|
13085
13896
|
providerData?: Record<string, any> | undefined;
|
|
13897
|
+
} | {
|
|
13898
|
+
type: string;
|
|
13899
|
+
file: string;
|
|
13900
|
+
providerData?: Record<string, any> | undefined;
|
|
13086
13901
|
} | {
|
|
13087
13902
|
type: string;
|
|
13088
13903
|
id?: string | undefined;
|
|
@@ -13118,6 +13933,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13118
13933
|
type: string;
|
|
13119
13934
|
file: string;
|
|
13120
13935
|
providerData?: Record<string, any> | undefined;
|
|
13936
|
+
} | {
|
|
13937
|
+
type: string;
|
|
13938
|
+
file: string;
|
|
13939
|
+
providerData?: Record<string, any> | undefined;
|
|
13121
13940
|
} | {
|
|
13122
13941
|
type: string;
|
|
13123
13942
|
id?: string | undefined;
|
|
@@ -13243,6 +14062,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13243
14062
|
type: string;
|
|
13244
14063
|
file: string;
|
|
13245
14064
|
providerData?: Record<string, any> | undefined;
|
|
14065
|
+
} | {
|
|
14066
|
+
type: string;
|
|
14067
|
+
file: string;
|
|
14068
|
+
providerData?: Record<string, any> | undefined;
|
|
13246
14069
|
} | {
|
|
13247
14070
|
type: string;
|
|
13248
14071
|
id?: string | undefined;
|
|
@@ -13291,6 +14114,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13291
14114
|
type: string;
|
|
13292
14115
|
file: string;
|
|
13293
14116
|
providerData?: Record<string, any> | undefined;
|
|
14117
|
+
} | {
|
|
14118
|
+
type: string;
|
|
14119
|
+
file: string;
|
|
14120
|
+
providerData?: Record<string, any> | undefined;
|
|
13294
14121
|
} | {
|
|
13295
14122
|
type: string;
|
|
13296
14123
|
id?: string | undefined;
|
|
@@ -13352,6 +14179,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13352
14179
|
type: string;
|
|
13353
14180
|
file: string;
|
|
13354
14181
|
providerData?: Record<string, any> | undefined;
|
|
14182
|
+
} | {
|
|
14183
|
+
type: string;
|
|
14184
|
+
file: string;
|
|
14185
|
+
providerData?: Record<string, any> | undefined;
|
|
13355
14186
|
} | {
|
|
13356
14187
|
type: string;
|
|
13357
14188
|
id?: string | undefined;
|
|
@@ -13401,6 +14232,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13401
14232
|
type: string;
|
|
13402
14233
|
file: string;
|
|
13403
14234
|
providerData?: Record<string, any> | undefined;
|
|
14235
|
+
} | {
|
|
14236
|
+
type: string;
|
|
14237
|
+
file: string;
|
|
14238
|
+
providerData?: Record<string, any> | undefined;
|
|
13404
14239
|
} | {
|
|
13405
14240
|
type: string;
|
|
13406
14241
|
id?: string | undefined;
|
|
@@ -13449,6 +14284,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13449
14284
|
type: string;
|
|
13450
14285
|
file: string;
|
|
13451
14286
|
providerData?: Record<string, any> | undefined;
|
|
14287
|
+
} | {
|
|
14288
|
+
type: string;
|
|
14289
|
+
file: string;
|
|
14290
|
+
providerData?: Record<string, any> | undefined;
|
|
13452
14291
|
} | {
|
|
13453
14292
|
type: string;
|
|
13454
14293
|
id?: string | undefined;
|
|
@@ -13898,6 +14737,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13898
14737
|
type: string;
|
|
13899
14738
|
} | undefined;
|
|
13900
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;
|
|
13901
14753
|
}>, z.ZodObject<{
|
|
13902
14754
|
type: z.ZodString;
|
|
13903
14755
|
text: z.ZodString;
|
|
@@ -13923,6 +14775,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13923
14775
|
type: string;
|
|
13924
14776
|
file: string;
|
|
13925
14777
|
providerData?: Record<string, any> | undefined;
|
|
14778
|
+
} | {
|
|
14779
|
+
type: string;
|
|
14780
|
+
file: string;
|
|
14781
|
+
providerData?: Record<string, any> | undefined;
|
|
13926
14782
|
} | {
|
|
13927
14783
|
type: string;
|
|
13928
14784
|
id?: string | undefined;
|
|
@@ -13958,6 +14814,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
13958
14814
|
type: string;
|
|
13959
14815
|
file: string;
|
|
13960
14816
|
providerData?: Record<string, any> | undefined;
|
|
14817
|
+
} | {
|
|
14818
|
+
type: string;
|
|
14819
|
+
file: string;
|
|
14820
|
+
providerData?: Record<string, any> | undefined;
|
|
13961
14821
|
} | {
|
|
13962
14822
|
type: string;
|
|
13963
14823
|
id?: string | undefined;
|
|
@@ -14083,6 +14943,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
14083
14943
|
type: string;
|
|
14084
14944
|
file: string;
|
|
14085
14945
|
providerData?: Record<string, any> | undefined;
|
|
14946
|
+
} | {
|
|
14947
|
+
type: string;
|
|
14948
|
+
file: string;
|
|
14949
|
+
providerData?: Record<string, any> | undefined;
|
|
14086
14950
|
} | {
|
|
14087
14951
|
type: string;
|
|
14088
14952
|
id?: string | undefined;
|
|
@@ -14131,6 +14995,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
14131
14995
|
type: string;
|
|
14132
14996
|
file: string;
|
|
14133
14997
|
providerData?: Record<string, any> | undefined;
|
|
14998
|
+
} | {
|
|
14999
|
+
type: string;
|
|
15000
|
+
file: string;
|
|
15001
|
+
providerData?: Record<string, any> | undefined;
|
|
14134
15002
|
} | {
|
|
14135
15003
|
type: string;
|
|
14136
15004
|
id?: string | undefined;
|
|
@@ -14192,6 +15060,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
14192
15060
|
type: string;
|
|
14193
15061
|
file: string;
|
|
14194
15062
|
providerData?: Record<string, any> | undefined;
|
|
15063
|
+
} | {
|
|
15064
|
+
type: string;
|
|
15065
|
+
file: string;
|
|
15066
|
+
providerData?: Record<string, any> | undefined;
|
|
14195
15067
|
} | {
|
|
14196
15068
|
type: string;
|
|
14197
15069
|
id?: string | undefined;
|
|
@@ -14241,6 +15113,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
14241
15113
|
type: string;
|
|
14242
15114
|
file: string;
|
|
14243
15115
|
providerData?: Record<string, any> | undefined;
|
|
15116
|
+
} | {
|
|
15117
|
+
type: string;
|
|
15118
|
+
file: string;
|
|
15119
|
+
providerData?: Record<string, any> | undefined;
|
|
14244
15120
|
} | {
|
|
14245
15121
|
type: string;
|
|
14246
15122
|
id?: string | undefined;
|
|
@@ -14289,6 +15165,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
14289
15165
|
type: string;
|
|
14290
15166
|
file: string;
|
|
14291
15167
|
providerData?: Record<string, any> | undefined;
|
|
15168
|
+
} | {
|
|
15169
|
+
type: string;
|
|
15170
|
+
file: string;
|
|
15171
|
+
providerData?: Record<string, any> | undefined;
|
|
14292
15172
|
} | {
|
|
14293
15173
|
type: string;
|
|
14294
15174
|
id?: string | undefined;
|
|
@@ -14482,6 +15362,19 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
14482
15362
|
type: string;
|
|
14483
15363
|
} | undefined;
|
|
14484
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;
|
|
14485
15378
|
}>, z.ZodObject<{
|
|
14486
15379
|
type: z.ZodString;
|
|
14487
15380
|
text: z.ZodString;
|
|
@@ -14507,6 +15400,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
14507
15400
|
type: string;
|
|
14508
15401
|
file: string;
|
|
14509
15402
|
providerData?: Record<string, any> | undefined;
|
|
15403
|
+
} | {
|
|
15404
|
+
type: string;
|
|
15405
|
+
file: string;
|
|
15406
|
+
providerData?: Record<string, any> | undefined;
|
|
14510
15407
|
} | {
|
|
14511
15408
|
type: string;
|
|
14512
15409
|
id?: string | undefined;
|
|
@@ -14542,6 +15439,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
14542
15439
|
type: string;
|
|
14543
15440
|
file: string;
|
|
14544
15441
|
providerData?: Record<string, any> | undefined;
|
|
15442
|
+
} | {
|
|
15443
|
+
type: string;
|
|
15444
|
+
file: string;
|
|
15445
|
+
providerData?: Record<string, any> | undefined;
|
|
14545
15446
|
} | {
|
|
14546
15447
|
type: string;
|
|
14547
15448
|
id?: string | undefined;
|
|
@@ -14667,6 +15568,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
14667
15568
|
type: string;
|
|
14668
15569
|
file: string;
|
|
14669
15570
|
providerData?: Record<string, any> | undefined;
|
|
15571
|
+
} | {
|
|
15572
|
+
type: string;
|
|
15573
|
+
file: string;
|
|
15574
|
+
providerData?: Record<string, any> | undefined;
|
|
14670
15575
|
} | {
|
|
14671
15576
|
type: string;
|
|
14672
15577
|
id?: string | undefined;
|
|
@@ -14715,6 +15620,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
14715
15620
|
type: string;
|
|
14716
15621
|
file: string;
|
|
14717
15622
|
providerData?: Record<string, any> | undefined;
|
|
15623
|
+
} | {
|
|
15624
|
+
type: string;
|
|
15625
|
+
file: string;
|
|
15626
|
+
providerData?: Record<string, any> | undefined;
|
|
14718
15627
|
} | {
|
|
14719
15628
|
type: string;
|
|
14720
15629
|
id?: string | undefined;
|
|
@@ -14776,6 +15685,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
14776
15685
|
type: string;
|
|
14777
15686
|
file: string;
|
|
14778
15687
|
providerData?: Record<string, any> | undefined;
|
|
15688
|
+
} | {
|
|
15689
|
+
type: string;
|
|
15690
|
+
file: string;
|
|
15691
|
+
providerData?: Record<string, any> | undefined;
|
|
14779
15692
|
} | {
|
|
14780
15693
|
type: string;
|
|
14781
15694
|
id?: string | undefined;
|
|
@@ -14825,6 +15738,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
14825
15738
|
type: string;
|
|
14826
15739
|
file: string;
|
|
14827
15740
|
providerData?: Record<string, any> | undefined;
|
|
15741
|
+
} | {
|
|
15742
|
+
type: string;
|
|
15743
|
+
file: string;
|
|
15744
|
+
providerData?: Record<string, any> | undefined;
|
|
14828
15745
|
} | {
|
|
14829
15746
|
type: string;
|
|
14830
15747
|
id?: string | undefined;
|
|
@@ -14873,6 +15790,10 @@ export declare const KeywordsPayloadSchema: z.ZodObject<{
|
|
|
14873
15790
|
type: string;
|
|
14874
15791
|
file: string;
|
|
14875
15792
|
providerData?: Record<string, any> | undefined;
|
|
15793
|
+
} | {
|
|
15794
|
+
type: string;
|
|
15795
|
+
file: string;
|
|
15796
|
+
providerData?: Record<string, any> | undefined;
|
|
14876
15797
|
} | {
|
|
14877
15798
|
type: string;
|
|
14878
15799
|
id?: string | undefined;
|