@mantra-ai/core 0.1.5 → 0.2.0
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/discovery/ranking.d.ts +31 -0
- package/dist/discovery/ranking.d.ts.map +1 -0
- package/dist/discovery/ranking.js +195 -0
- package/dist/discovery/ranking.js.map +1 -0
- package/dist/discovery/registry.d.ts +32 -0
- package/dist/discovery/registry.d.ts.map +1 -0
- package/dist/discovery/registry.js +90 -0
- package/dist/discovery/registry.js.map +1 -0
- package/dist/discovery/types.d.ts +92 -0
- package/dist/discovery/types.d.ts.map +1 -0
- package/dist/discovery/types.js +8 -0
- package/dist/discovery/types.js.map +1 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/dist/sources/semantic-scholar/client.d.ts +69 -0
- package/dist/sources/semantic-scholar/client.d.ts.map +1 -0
- package/dist/sources/semantic-scholar/client.js +129 -0
- package/dist/sources/semantic-scholar/client.js.map +1 -0
- package/dist/sources/semantic-scholar/provider.d.ts +17 -0
- package/dist/sources/semantic-scholar/provider.d.ts.map +1 -0
- package/dist/sources/semantic-scholar/provider.js +63 -0
- package/dist/sources/semantic-scholar/provider.js.map +1 -0
- package/dist/types/version.d.ts +84 -84
- package/dist/types/work.d.ts +216 -216
- package/package.json +1 -1
package/dist/types/work.d.ts
CHANGED
|
@@ -364,14 +364,14 @@ export declare const WorkResponseSchema: z.ZodObject<{
|
|
|
364
364
|
limit: z.ZodNumber;
|
|
365
365
|
has_more: z.ZodBoolean;
|
|
366
366
|
}, "strip", z.ZodTypeAny, {
|
|
367
|
-
total: number;
|
|
368
|
-
offset: number;
|
|
369
367
|
limit: number;
|
|
368
|
+
offset: number;
|
|
369
|
+
total: number;
|
|
370
370
|
has_more: boolean;
|
|
371
371
|
}, {
|
|
372
|
-
total: number;
|
|
373
|
-
offset: number;
|
|
374
372
|
limit: number;
|
|
373
|
+
offset: number;
|
|
374
|
+
total: number;
|
|
375
375
|
has_more: boolean;
|
|
376
376
|
}>>;
|
|
377
377
|
assets: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -382,14 +382,14 @@ export declare const WorkResponseSchema: z.ZodObject<{
|
|
|
382
382
|
limit: z.ZodNumber;
|
|
383
383
|
has_more: z.ZodBoolean;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
|
-
total: number;
|
|
386
|
-
offset: number;
|
|
387
385
|
limit: number;
|
|
386
|
+
offset: number;
|
|
387
|
+
total: number;
|
|
388
388
|
has_more: boolean;
|
|
389
389
|
}, {
|
|
390
|
-
total: number;
|
|
391
|
-
offset: number;
|
|
392
390
|
limit: number;
|
|
391
|
+
offset: number;
|
|
392
|
+
total: number;
|
|
393
393
|
has_more: boolean;
|
|
394
394
|
}>>;
|
|
395
395
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -428,15 +428,15 @@ export declare const WorkResponseSchema: z.ZodObject<{
|
|
|
428
428
|
citations?: unknown;
|
|
429
429
|
assets?: unknown;
|
|
430
430
|
_blocks_pagination?: {
|
|
431
|
-
total: number;
|
|
432
|
-
offset: number;
|
|
433
431
|
limit: number;
|
|
432
|
+
offset: number;
|
|
433
|
+
total: number;
|
|
434
434
|
has_more: boolean;
|
|
435
435
|
} | undefined;
|
|
436
436
|
_citations_pagination?: {
|
|
437
|
-
total: number;
|
|
438
|
-
offset: number;
|
|
439
437
|
limit: number;
|
|
438
|
+
offset: number;
|
|
439
|
+
total: number;
|
|
440
440
|
has_more: boolean;
|
|
441
441
|
} | undefined;
|
|
442
442
|
landing_url?: string | null | undefined;
|
|
@@ -480,15 +480,15 @@ export declare const WorkResponseSchema: z.ZodObject<{
|
|
|
480
480
|
citations?: unknown;
|
|
481
481
|
assets?: unknown;
|
|
482
482
|
_blocks_pagination?: {
|
|
483
|
-
total: number;
|
|
484
|
-
offset: number;
|
|
485
483
|
limit: number;
|
|
484
|
+
offset: number;
|
|
485
|
+
total: number;
|
|
486
486
|
has_more: boolean;
|
|
487
487
|
} | undefined;
|
|
488
488
|
_citations_pagination?: {
|
|
489
|
-
total: number;
|
|
490
|
-
offset: number;
|
|
491
489
|
limit: number;
|
|
490
|
+
offset: number;
|
|
491
|
+
total: number;
|
|
492
492
|
has_more: boolean;
|
|
493
493
|
} | undefined;
|
|
494
494
|
landing_url?: string | null | undefined;
|
|
@@ -563,14 +563,14 @@ export declare const WorkExpandedDataSchema: z.ZodOptional<z.ZodObject<{
|
|
|
563
563
|
limit: z.ZodNumber;
|
|
564
564
|
has_more: z.ZodBoolean;
|
|
565
565
|
}, "strip", z.ZodTypeAny, {
|
|
566
|
-
total: number;
|
|
567
|
-
offset: number;
|
|
568
566
|
limit: number;
|
|
567
|
+
offset: number;
|
|
568
|
+
total: number;
|
|
569
569
|
has_more: boolean;
|
|
570
570
|
}, {
|
|
571
|
-
total: number;
|
|
572
|
-
offset: number;
|
|
573
571
|
limit: number;
|
|
572
|
+
offset: number;
|
|
573
|
+
total: number;
|
|
574
574
|
has_more: boolean;
|
|
575
575
|
}>>;
|
|
576
576
|
assets: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -581,14 +581,14 @@ export declare const WorkExpandedDataSchema: z.ZodOptional<z.ZodObject<{
|
|
|
581
581
|
limit: z.ZodNumber;
|
|
582
582
|
has_more: z.ZodBoolean;
|
|
583
583
|
}, "strip", z.ZodTypeAny, {
|
|
584
|
-
total: number;
|
|
585
|
-
offset: number;
|
|
586
584
|
limit: number;
|
|
585
|
+
offset: number;
|
|
586
|
+
total: number;
|
|
587
587
|
has_more: boolean;
|
|
588
588
|
}, {
|
|
589
|
-
total: number;
|
|
590
|
-
offset: number;
|
|
591
589
|
limit: number;
|
|
590
|
+
offset: number;
|
|
591
|
+
total: number;
|
|
592
592
|
has_more: boolean;
|
|
593
593
|
}>>;
|
|
594
594
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -597,15 +597,15 @@ export declare const WorkExpandedDataSchema: z.ZodOptional<z.ZodObject<{
|
|
|
597
597
|
citations?: unknown;
|
|
598
598
|
assets?: unknown;
|
|
599
599
|
_blocks_pagination?: {
|
|
600
|
-
total: number;
|
|
601
|
-
offset: number;
|
|
602
600
|
limit: number;
|
|
601
|
+
offset: number;
|
|
602
|
+
total: number;
|
|
603
603
|
has_more: boolean;
|
|
604
604
|
} | undefined;
|
|
605
605
|
_citations_pagination?: {
|
|
606
|
-
total: number;
|
|
607
|
-
offset: number;
|
|
608
606
|
limit: number;
|
|
607
|
+
offset: number;
|
|
608
|
+
total: number;
|
|
609
609
|
has_more: boolean;
|
|
610
610
|
} | undefined;
|
|
611
611
|
}, {
|
|
@@ -614,15 +614,15 @@ export declare const WorkExpandedDataSchema: z.ZodOptional<z.ZodObject<{
|
|
|
614
614
|
citations?: unknown;
|
|
615
615
|
assets?: unknown;
|
|
616
616
|
_blocks_pagination?: {
|
|
617
|
-
total: number;
|
|
618
|
-
offset: number;
|
|
619
617
|
limit: number;
|
|
618
|
+
offset: number;
|
|
619
|
+
total: number;
|
|
620
620
|
has_more: boolean;
|
|
621
621
|
} | undefined;
|
|
622
622
|
_citations_pagination?: {
|
|
623
|
-
total: number;
|
|
624
|
-
offset: number;
|
|
625
623
|
limit: number;
|
|
624
|
+
offset: number;
|
|
625
|
+
total: number;
|
|
626
626
|
has_more: boolean;
|
|
627
627
|
} | undefined;
|
|
628
628
|
}>>;
|
|
@@ -815,14 +815,14 @@ export declare const WorkEnvelopeSuccessSchema: z.ZodObject<{
|
|
|
815
815
|
limit: z.ZodNumber;
|
|
816
816
|
has_more: z.ZodBoolean;
|
|
817
817
|
}, "strip", z.ZodTypeAny, {
|
|
818
|
-
total: number;
|
|
819
|
-
offset: number;
|
|
820
818
|
limit: number;
|
|
819
|
+
offset: number;
|
|
820
|
+
total: number;
|
|
821
821
|
has_more: boolean;
|
|
822
822
|
}, {
|
|
823
|
-
total: number;
|
|
824
|
-
offset: number;
|
|
825
823
|
limit: number;
|
|
824
|
+
offset: number;
|
|
825
|
+
total: number;
|
|
826
826
|
has_more: boolean;
|
|
827
827
|
}>>;
|
|
828
828
|
assets: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -833,14 +833,14 @@ export declare const WorkEnvelopeSuccessSchema: z.ZodObject<{
|
|
|
833
833
|
limit: z.ZodNumber;
|
|
834
834
|
has_more: z.ZodBoolean;
|
|
835
835
|
}, "strip", z.ZodTypeAny, {
|
|
836
|
-
total: number;
|
|
837
|
-
offset: number;
|
|
838
836
|
limit: number;
|
|
837
|
+
offset: number;
|
|
838
|
+
total: number;
|
|
839
839
|
has_more: boolean;
|
|
840
840
|
}, {
|
|
841
|
-
total: number;
|
|
842
|
-
offset: number;
|
|
843
841
|
limit: number;
|
|
842
|
+
offset: number;
|
|
843
|
+
total: number;
|
|
844
844
|
has_more: boolean;
|
|
845
845
|
}>>;
|
|
846
846
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -849,15 +849,15 @@ export declare const WorkEnvelopeSuccessSchema: z.ZodObject<{
|
|
|
849
849
|
citations?: unknown;
|
|
850
850
|
assets?: unknown;
|
|
851
851
|
_blocks_pagination?: {
|
|
852
|
-
total: number;
|
|
853
|
-
offset: number;
|
|
854
852
|
limit: number;
|
|
853
|
+
offset: number;
|
|
854
|
+
total: number;
|
|
855
855
|
has_more: boolean;
|
|
856
856
|
} | undefined;
|
|
857
857
|
_citations_pagination?: {
|
|
858
|
-
total: number;
|
|
859
|
-
offset: number;
|
|
860
858
|
limit: number;
|
|
859
|
+
offset: number;
|
|
860
|
+
total: number;
|
|
861
861
|
has_more: boolean;
|
|
862
862
|
} | undefined;
|
|
863
863
|
}, {
|
|
@@ -866,15 +866,15 @@ export declare const WorkEnvelopeSuccessSchema: z.ZodObject<{
|
|
|
866
866
|
citations?: unknown;
|
|
867
867
|
assets?: unknown;
|
|
868
868
|
_blocks_pagination?: {
|
|
869
|
-
total: number;
|
|
870
|
-
offset: number;
|
|
871
869
|
limit: number;
|
|
870
|
+
offset: number;
|
|
871
|
+
total: number;
|
|
872
872
|
has_more: boolean;
|
|
873
873
|
} | undefined;
|
|
874
874
|
_citations_pagination?: {
|
|
875
|
-
total: number;
|
|
876
|
-
offset: number;
|
|
877
875
|
limit: number;
|
|
876
|
+
offset: number;
|
|
877
|
+
total: number;
|
|
878
878
|
has_more: boolean;
|
|
879
879
|
} | undefined;
|
|
880
880
|
}>>;
|
|
@@ -956,15 +956,15 @@ export declare const WorkEnvelopeSuccessSchema: z.ZodObject<{
|
|
|
956
956
|
citations?: unknown;
|
|
957
957
|
assets?: unknown;
|
|
958
958
|
_blocks_pagination?: {
|
|
959
|
-
total: number;
|
|
960
|
-
offset: number;
|
|
961
959
|
limit: number;
|
|
960
|
+
offset: number;
|
|
961
|
+
total: number;
|
|
962
962
|
has_more: boolean;
|
|
963
963
|
} | undefined;
|
|
964
964
|
_citations_pagination?: {
|
|
965
|
-
total: number;
|
|
966
|
-
offset: number;
|
|
967
965
|
limit: number;
|
|
966
|
+
offset: number;
|
|
967
|
+
total: number;
|
|
968
968
|
has_more: boolean;
|
|
969
969
|
} | undefined;
|
|
970
970
|
} | undefined;
|
|
@@ -1028,15 +1028,15 @@ export declare const WorkEnvelopeSuccessSchema: z.ZodObject<{
|
|
|
1028
1028
|
citations?: unknown;
|
|
1029
1029
|
assets?: unknown;
|
|
1030
1030
|
_blocks_pagination?: {
|
|
1031
|
-
total: number;
|
|
1032
|
-
offset: number;
|
|
1033
1031
|
limit: number;
|
|
1032
|
+
offset: number;
|
|
1033
|
+
total: number;
|
|
1034
1034
|
has_more: boolean;
|
|
1035
1035
|
} | undefined;
|
|
1036
1036
|
_citations_pagination?: {
|
|
1037
|
-
total: number;
|
|
1038
|
-
offset: number;
|
|
1039
1037
|
limit: number;
|
|
1038
|
+
offset: number;
|
|
1039
|
+
total: number;
|
|
1040
1040
|
has_more: boolean;
|
|
1041
1041
|
} | undefined;
|
|
1042
1042
|
} | undefined;
|
|
@@ -1258,14 +1258,14 @@ export declare const WorkEnvelopeSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1258
1258
|
limit: z.ZodNumber;
|
|
1259
1259
|
has_more: z.ZodBoolean;
|
|
1260
1260
|
}, "strip", z.ZodTypeAny, {
|
|
1261
|
-
total: number;
|
|
1262
|
-
offset: number;
|
|
1263
1261
|
limit: number;
|
|
1262
|
+
offset: number;
|
|
1263
|
+
total: number;
|
|
1264
1264
|
has_more: boolean;
|
|
1265
1265
|
}, {
|
|
1266
|
-
total: number;
|
|
1267
|
-
offset: number;
|
|
1268
1266
|
limit: number;
|
|
1267
|
+
offset: number;
|
|
1268
|
+
total: number;
|
|
1269
1269
|
has_more: boolean;
|
|
1270
1270
|
}>>;
|
|
1271
1271
|
assets: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -1276,14 +1276,14 @@ export declare const WorkEnvelopeSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1276
1276
|
limit: z.ZodNumber;
|
|
1277
1277
|
has_more: z.ZodBoolean;
|
|
1278
1278
|
}, "strip", z.ZodTypeAny, {
|
|
1279
|
-
total: number;
|
|
1280
|
-
offset: number;
|
|
1281
1279
|
limit: number;
|
|
1280
|
+
offset: number;
|
|
1281
|
+
total: number;
|
|
1282
1282
|
has_more: boolean;
|
|
1283
1283
|
}, {
|
|
1284
|
-
total: number;
|
|
1285
|
-
offset: number;
|
|
1286
1284
|
limit: number;
|
|
1285
|
+
offset: number;
|
|
1286
|
+
total: number;
|
|
1287
1287
|
has_more: boolean;
|
|
1288
1288
|
}>>;
|
|
1289
1289
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -1292,15 +1292,15 @@ export declare const WorkEnvelopeSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1292
1292
|
citations?: unknown;
|
|
1293
1293
|
assets?: unknown;
|
|
1294
1294
|
_blocks_pagination?: {
|
|
1295
|
-
total: number;
|
|
1296
|
-
offset: number;
|
|
1297
1295
|
limit: number;
|
|
1296
|
+
offset: number;
|
|
1297
|
+
total: number;
|
|
1298
1298
|
has_more: boolean;
|
|
1299
1299
|
} | undefined;
|
|
1300
1300
|
_citations_pagination?: {
|
|
1301
|
-
total: number;
|
|
1302
|
-
offset: number;
|
|
1303
1301
|
limit: number;
|
|
1302
|
+
offset: number;
|
|
1303
|
+
total: number;
|
|
1304
1304
|
has_more: boolean;
|
|
1305
1305
|
} | undefined;
|
|
1306
1306
|
}, {
|
|
@@ -1309,15 +1309,15 @@ export declare const WorkEnvelopeSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1309
1309
|
citations?: unknown;
|
|
1310
1310
|
assets?: unknown;
|
|
1311
1311
|
_blocks_pagination?: {
|
|
1312
|
-
total: number;
|
|
1313
|
-
offset: number;
|
|
1314
1312
|
limit: number;
|
|
1313
|
+
offset: number;
|
|
1314
|
+
total: number;
|
|
1315
1315
|
has_more: boolean;
|
|
1316
1316
|
} | undefined;
|
|
1317
1317
|
_citations_pagination?: {
|
|
1318
|
-
total: number;
|
|
1319
|
-
offset: number;
|
|
1320
1318
|
limit: number;
|
|
1319
|
+
offset: number;
|
|
1320
|
+
total: number;
|
|
1321
1321
|
has_more: boolean;
|
|
1322
1322
|
} | undefined;
|
|
1323
1323
|
}>>;
|
|
@@ -1399,15 +1399,15 @@ export declare const WorkEnvelopeSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1399
1399
|
citations?: unknown;
|
|
1400
1400
|
assets?: unknown;
|
|
1401
1401
|
_blocks_pagination?: {
|
|
1402
|
-
total: number;
|
|
1403
|
-
offset: number;
|
|
1404
1402
|
limit: number;
|
|
1403
|
+
offset: number;
|
|
1404
|
+
total: number;
|
|
1405
1405
|
has_more: boolean;
|
|
1406
1406
|
} | undefined;
|
|
1407
1407
|
_citations_pagination?: {
|
|
1408
|
-
total: number;
|
|
1409
|
-
offset: number;
|
|
1410
1408
|
limit: number;
|
|
1409
|
+
offset: number;
|
|
1410
|
+
total: number;
|
|
1411
1411
|
has_more: boolean;
|
|
1412
1412
|
} | undefined;
|
|
1413
1413
|
} | undefined;
|
|
@@ -1471,15 +1471,15 @@ export declare const WorkEnvelopeSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1471
1471
|
citations?: unknown;
|
|
1472
1472
|
assets?: unknown;
|
|
1473
1473
|
_blocks_pagination?: {
|
|
1474
|
-
total: number;
|
|
1475
|
-
offset: number;
|
|
1476
1474
|
limit: number;
|
|
1475
|
+
offset: number;
|
|
1476
|
+
total: number;
|
|
1477
1477
|
has_more: boolean;
|
|
1478
1478
|
} | undefined;
|
|
1479
1479
|
_citations_pagination?: {
|
|
1480
|
-
total: number;
|
|
1481
|
-
offset: number;
|
|
1482
1480
|
limit: number;
|
|
1481
|
+
offset: number;
|
|
1482
|
+
total: number;
|
|
1483
1483
|
has_more: boolean;
|
|
1484
1484
|
} | undefined;
|
|
1485
1485
|
} | undefined;
|
|
@@ -1701,14 +1701,14 @@ export declare const BatchWorkResultSuccessSchema: z.ZodObject<{
|
|
|
1701
1701
|
limit: z.ZodNumber;
|
|
1702
1702
|
has_more: z.ZodBoolean;
|
|
1703
1703
|
}, "strip", z.ZodTypeAny, {
|
|
1704
|
-
total: number;
|
|
1705
|
-
offset: number;
|
|
1706
1704
|
limit: number;
|
|
1705
|
+
offset: number;
|
|
1706
|
+
total: number;
|
|
1707
1707
|
has_more: boolean;
|
|
1708
1708
|
}, {
|
|
1709
|
-
total: number;
|
|
1710
|
-
offset: number;
|
|
1711
1709
|
limit: number;
|
|
1710
|
+
offset: number;
|
|
1711
|
+
total: number;
|
|
1712
1712
|
has_more: boolean;
|
|
1713
1713
|
}>>;
|
|
1714
1714
|
assets: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -1719,14 +1719,14 @@ export declare const BatchWorkResultSuccessSchema: z.ZodObject<{
|
|
|
1719
1719
|
limit: z.ZodNumber;
|
|
1720
1720
|
has_more: z.ZodBoolean;
|
|
1721
1721
|
}, "strip", z.ZodTypeAny, {
|
|
1722
|
-
total: number;
|
|
1723
|
-
offset: number;
|
|
1724
1722
|
limit: number;
|
|
1723
|
+
offset: number;
|
|
1724
|
+
total: number;
|
|
1725
1725
|
has_more: boolean;
|
|
1726
1726
|
}, {
|
|
1727
|
-
total: number;
|
|
1728
|
-
offset: number;
|
|
1729
1727
|
limit: number;
|
|
1728
|
+
offset: number;
|
|
1729
|
+
total: number;
|
|
1730
1730
|
has_more: boolean;
|
|
1731
1731
|
}>>;
|
|
1732
1732
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -1735,15 +1735,15 @@ export declare const BatchWorkResultSuccessSchema: z.ZodObject<{
|
|
|
1735
1735
|
citations?: unknown;
|
|
1736
1736
|
assets?: unknown;
|
|
1737
1737
|
_blocks_pagination?: {
|
|
1738
|
-
total: number;
|
|
1739
|
-
offset: number;
|
|
1740
1738
|
limit: number;
|
|
1739
|
+
offset: number;
|
|
1740
|
+
total: number;
|
|
1741
1741
|
has_more: boolean;
|
|
1742
1742
|
} | undefined;
|
|
1743
1743
|
_citations_pagination?: {
|
|
1744
|
-
total: number;
|
|
1745
|
-
offset: number;
|
|
1746
1744
|
limit: number;
|
|
1745
|
+
offset: number;
|
|
1746
|
+
total: number;
|
|
1747
1747
|
has_more: boolean;
|
|
1748
1748
|
} | undefined;
|
|
1749
1749
|
}, {
|
|
@@ -1752,15 +1752,15 @@ export declare const BatchWorkResultSuccessSchema: z.ZodObject<{
|
|
|
1752
1752
|
citations?: unknown;
|
|
1753
1753
|
assets?: unknown;
|
|
1754
1754
|
_blocks_pagination?: {
|
|
1755
|
-
total: number;
|
|
1756
|
-
offset: number;
|
|
1757
1755
|
limit: number;
|
|
1756
|
+
offset: number;
|
|
1757
|
+
total: number;
|
|
1758
1758
|
has_more: boolean;
|
|
1759
1759
|
} | undefined;
|
|
1760
1760
|
_citations_pagination?: {
|
|
1761
|
-
total: number;
|
|
1762
|
-
offset: number;
|
|
1763
1761
|
limit: number;
|
|
1762
|
+
offset: number;
|
|
1763
|
+
total: number;
|
|
1764
1764
|
has_more: boolean;
|
|
1765
1765
|
} | undefined;
|
|
1766
1766
|
}>>;
|
|
@@ -1843,15 +1843,15 @@ export declare const BatchWorkResultSuccessSchema: z.ZodObject<{
|
|
|
1843
1843
|
citations?: unknown;
|
|
1844
1844
|
assets?: unknown;
|
|
1845
1845
|
_blocks_pagination?: {
|
|
1846
|
-
total: number;
|
|
1847
|
-
offset: number;
|
|
1848
1846
|
limit: number;
|
|
1847
|
+
offset: number;
|
|
1848
|
+
total: number;
|
|
1849
1849
|
has_more: boolean;
|
|
1850
1850
|
} | undefined;
|
|
1851
1851
|
_citations_pagination?: {
|
|
1852
|
-
total: number;
|
|
1853
|
-
offset: number;
|
|
1854
1852
|
limit: number;
|
|
1853
|
+
offset: number;
|
|
1854
|
+
total: number;
|
|
1855
1855
|
has_more: boolean;
|
|
1856
1856
|
} | undefined;
|
|
1857
1857
|
} | undefined;
|
|
@@ -1916,15 +1916,15 @@ export declare const BatchWorkResultSuccessSchema: z.ZodObject<{
|
|
|
1916
1916
|
citations?: unknown;
|
|
1917
1917
|
assets?: unknown;
|
|
1918
1918
|
_blocks_pagination?: {
|
|
1919
|
-
total: number;
|
|
1920
|
-
offset: number;
|
|
1921
1919
|
limit: number;
|
|
1920
|
+
offset: number;
|
|
1921
|
+
total: number;
|
|
1922
1922
|
has_more: boolean;
|
|
1923
1923
|
} | undefined;
|
|
1924
1924
|
_citations_pagination?: {
|
|
1925
|
-
total: number;
|
|
1926
|
-
offset: number;
|
|
1927
1925
|
limit: number;
|
|
1926
|
+
offset: number;
|
|
1927
|
+
total: number;
|
|
1928
1928
|
has_more: boolean;
|
|
1929
1929
|
} | undefined;
|
|
1930
1930
|
} | undefined;
|
|
@@ -2150,14 +2150,14 @@ export declare const BatchWorkResultSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2150
2150
|
limit: z.ZodNumber;
|
|
2151
2151
|
has_more: z.ZodBoolean;
|
|
2152
2152
|
}, "strip", z.ZodTypeAny, {
|
|
2153
|
-
total: number;
|
|
2154
|
-
offset: number;
|
|
2155
2153
|
limit: number;
|
|
2154
|
+
offset: number;
|
|
2155
|
+
total: number;
|
|
2156
2156
|
has_more: boolean;
|
|
2157
2157
|
}, {
|
|
2158
|
-
total: number;
|
|
2159
|
-
offset: number;
|
|
2160
2158
|
limit: number;
|
|
2159
|
+
offset: number;
|
|
2160
|
+
total: number;
|
|
2161
2161
|
has_more: boolean;
|
|
2162
2162
|
}>>;
|
|
2163
2163
|
assets: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -2168,14 +2168,14 @@ export declare const BatchWorkResultSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2168
2168
|
limit: z.ZodNumber;
|
|
2169
2169
|
has_more: z.ZodBoolean;
|
|
2170
2170
|
}, "strip", z.ZodTypeAny, {
|
|
2171
|
-
total: number;
|
|
2172
|
-
offset: number;
|
|
2173
2171
|
limit: number;
|
|
2172
|
+
offset: number;
|
|
2173
|
+
total: number;
|
|
2174
2174
|
has_more: boolean;
|
|
2175
2175
|
}, {
|
|
2176
|
-
total: number;
|
|
2177
|
-
offset: number;
|
|
2178
2176
|
limit: number;
|
|
2177
|
+
offset: number;
|
|
2178
|
+
total: number;
|
|
2179
2179
|
has_more: boolean;
|
|
2180
2180
|
}>>;
|
|
2181
2181
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -2184,15 +2184,15 @@ export declare const BatchWorkResultSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2184
2184
|
citations?: unknown;
|
|
2185
2185
|
assets?: unknown;
|
|
2186
2186
|
_blocks_pagination?: {
|
|
2187
|
-
total: number;
|
|
2188
|
-
offset: number;
|
|
2189
2187
|
limit: number;
|
|
2188
|
+
offset: number;
|
|
2189
|
+
total: number;
|
|
2190
2190
|
has_more: boolean;
|
|
2191
2191
|
} | undefined;
|
|
2192
2192
|
_citations_pagination?: {
|
|
2193
|
-
total: number;
|
|
2194
|
-
offset: number;
|
|
2195
2193
|
limit: number;
|
|
2194
|
+
offset: number;
|
|
2195
|
+
total: number;
|
|
2196
2196
|
has_more: boolean;
|
|
2197
2197
|
} | undefined;
|
|
2198
2198
|
}, {
|
|
@@ -2201,15 +2201,15 @@ export declare const BatchWorkResultSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2201
2201
|
citations?: unknown;
|
|
2202
2202
|
assets?: unknown;
|
|
2203
2203
|
_blocks_pagination?: {
|
|
2204
|
-
total: number;
|
|
2205
|
-
offset: number;
|
|
2206
2204
|
limit: number;
|
|
2205
|
+
offset: number;
|
|
2206
|
+
total: number;
|
|
2207
2207
|
has_more: boolean;
|
|
2208
2208
|
} | undefined;
|
|
2209
2209
|
_citations_pagination?: {
|
|
2210
|
-
total: number;
|
|
2211
|
-
offset: number;
|
|
2212
2210
|
limit: number;
|
|
2211
|
+
offset: number;
|
|
2212
|
+
total: number;
|
|
2213
2213
|
has_more: boolean;
|
|
2214
2214
|
} | undefined;
|
|
2215
2215
|
}>>;
|
|
@@ -2292,15 +2292,15 @@ export declare const BatchWorkResultSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2292
2292
|
citations?: unknown;
|
|
2293
2293
|
assets?: unknown;
|
|
2294
2294
|
_blocks_pagination?: {
|
|
2295
|
-
total: number;
|
|
2296
|
-
offset: number;
|
|
2297
2295
|
limit: number;
|
|
2296
|
+
offset: number;
|
|
2297
|
+
total: number;
|
|
2298
2298
|
has_more: boolean;
|
|
2299
2299
|
} | undefined;
|
|
2300
2300
|
_citations_pagination?: {
|
|
2301
|
-
total: number;
|
|
2302
|
-
offset: number;
|
|
2303
2301
|
limit: number;
|
|
2302
|
+
offset: number;
|
|
2303
|
+
total: number;
|
|
2304
2304
|
has_more: boolean;
|
|
2305
2305
|
} | undefined;
|
|
2306
2306
|
} | undefined;
|
|
@@ -2365,15 +2365,15 @@ export declare const BatchWorkResultSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2365
2365
|
citations?: unknown;
|
|
2366
2366
|
assets?: unknown;
|
|
2367
2367
|
_blocks_pagination?: {
|
|
2368
|
-
total: number;
|
|
2369
|
-
offset: number;
|
|
2370
2368
|
limit: number;
|
|
2369
|
+
offset: number;
|
|
2370
|
+
total: number;
|
|
2371
2371
|
has_more: boolean;
|
|
2372
2372
|
} | undefined;
|
|
2373
2373
|
_citations_pagination?: {
|
|
2374
|
-
total: number;
|
|
2375
|
-
offset: number;
|
|
2376
2374
|
limit: number;
|
|
2375
|
+
offset: number;
|
|
2376
|
+
total: number;
|
|
2377
2377
|
has_more: boolean;
|
|
2378
2378
|
} | undefined;
|
|
2379
2379
|
} | undefined;
|
|
@@ -2616,14 +2616,14 @@ export declare const BatchWorkEnvelopeSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2616
2616
|
limit: z.ZodNumber;
|
|
2617
2617
|
has_more: z.ZodBoolean;
|
|
2618
2618
|
}, "strip", z.ZodTypeAny, {
|
|
2619
|
-
total: number;
|
|
2620
|
-
offset: number;
|
|
2621
2619
|
limit: number;
|
|
2620
|
+
offset: number;
|
|
2621
|
+
total: number;
|
|
2622
2622
|
has_more: boolean;
|
|
2623
2623
|
}, {
|
|
2624
|
-
total: number;
|
|
2625
|
-
offset: number;
|
|
2626
2624
|
limit: number;
|
|
2625
|
+
offset: number;
|
|
2626
|
+
total: number;
|
|
2627
2627
|
has_more: boolean;
|
|
2628
2628
|
}>>;
|
|
2629
2629
|
assets: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -2634,14 +2634,14 @@ export declare const BatchWorkEnvelopeSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2634
2634
|
limit: z.ZodNumber;
|
|
2635
2635
|
has_more: z.ZodBoolean;
|
|
2636
2636
|
}, "strip", z.ZodTypeAny, {
|
|
2637
|
-
total: number;
|
|
2638
|
-
offset: number;
|
|
2639
2637
|
limit: number;
|
|
2638
|
+
offset: number;
|
|
2639
|
+
total: number;
|
|
2640
2640
|
has_more: boolean;
|
|
2641
2641
|
}, {
|
|
2642
|
-
total: number;
|
|
2643
|
-
offset: number;
|
|
2644
2642
|
limit: number;
|
|
2643
|
+
offset: number;
|
|
2644
|
+
total: number;
|
|
2645
2645
|
has_more: boolean;
|
|
2646
2646
|
}>>;
|
|
2647
2647
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -2650,15 +2650,15 @@ export declare const BatchWorkEnvelopeSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2650
2650
|
citations?: unknown;
|
|
2651
2651
|
assets?: unknown;
|
|
2652
2652
|
_blocks_pagination?: {
|
|
2653
|
-
total: number;
|
|
2654
|
-
offset: number;
|
|
2655
2653
|
limit: number;
|
|
2654
|
+
offset: number;
|
|
2655
|
+
total: number;
|
|
2656
2656
|
has_more: boolean;
|
|
2657
2657
|
} | undefined;
|
|
2658
2658
|
_citations_pagination?: {
|
|
2659
|
-
total: number;
|
|
2660
|
-
offset: number;
|
|
2661
2659
|
limit: number;
|
|
2660
|
+
offset: number;
|
|
2661
|
+
total: number;
|
|
2662
2662
|
has_more: boolean;
|
|
2663
2663
|
} | undefined;
|
|
2664
2664
|
}, {
|
|
@@ -2667,15 +2667,15 @@ export declare const BatchWorkEnvelopeSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2667
2667
|
citations?: unknown;
|
|
2668
2668
|
assets?: unknown;
|
|
2669
2669
|
_blocks_pagination?: {
|
|
2670
|
-
total: number;
|
|
2671
|
-
offset: number;
|
|
2672
2670
|
limit: number;
|
|
2671
|
+
offset: number;
|
|
2672
|
+
total: number;
|
|
2673
2673
|
has_more: boolean;
|
|
2674
2674
|
} | undefined;
|
|
2675
2675
|
_citations_pagination?: {
|
|
2676
|
-
total: number;
|
|
2677
|
-
offset: number;
|
|
2678
2676
|
limit: number;
|
|
2677
|
+
offset: number;
|
|
2678
|
+
total: number;
|
|
2679
2679
|
has_more: boolean;
|
|
2680
2680
|
} | undefined;
|
|
2681
2681
|
}>>;
|
|
@@ -2758,15 +2758,15 @@ export declare const BatchWorkEnvelopeSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2758
2758
|
citations?: unknown;
|
|
2759
2759
|
assets?: unknown;
|
|
2760
2760
|
_blocks_pagination?: {
|
|
2761
|
-
total: number;
|
|
2762
|
-
offset: number;
|
|
2763
2761
|
limit: number;
|
|
2762
|
+
offset: number;
|
|
2763
|
+
total: number;
|
|
2764
2764
|
has_more: boolean;
|
|
2765
2765
|
} | undefined;
|
|
2766
2766
|
_citations_pagination?: {
|
|
2767
|
-
total: number;
|
|
2768
|
-
offset: number;
|
|
2769
2767
|
limit: number;
|
|
2768
|
+
offset: number;
|
|
2769
|
+
total: number;
|
|
2770
2770
|
has_more: boolean;
|
|
2771
2771
|
} | undefined;
|
|
2772
2772
|
} | undefined;
|
|
@@ -2831,15 +2831,15 @@ export declare const BatchWorkEnvelopeSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2831
2831
|
citations?: unknown;
|
|
2832
2832
|
assets?: unknown;
|
|
2833
2833
|
_blocks_pagination?: {
|
|
2834
|
-
total: number;
|
|
2835
|
-
offset: number;
|
|
2836
2834
|
limit: number;
|
|
2835
|
+
offset: number;
|
|
2836
|
+
total: number;
|
|
2837
2837
|
has_more: boolean;
|
|
2838
2838
|
} | undefined;
|
|
2839
2839
|
_citations_pagination?: {
|
|
2840
|
-
total: number;
|
|
2841
|
-
offset: number;
|
|
2842
2840
|
limit: number;
|
|
2841
|
+
offset: number;
|
|
2842
|
+
total: number;
|
|
2843
2843
|
has_more: boolean;
|
|
2844
2844
|
} | undefined;
|
|
2845
2845
|
} | undefined;
|
|
@@ -2939,15 +2939,15 @@ export declare const BatchWorkEnvelopeSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2939
2939
|
citations?: unknown;
|
|
2940
2940
|
assets?: unknown;
|
|
2941
2941
|
_blocks_pagination?: {
|
|
2942
|
-
total: number;
|
|
2943
|
-
offset: number;
|
|
2944
2942
|
limit: number;
|
|
2943
|
+
offset: number;
|
|
2944
|
+
total: number;
|
|
2945
2945
|
has_more: boolean;
|
|
2946
2946
|
} | undefined;
|
|
2947
2947
|
_citations_pagination?: {
|
|
2948
|
-
total: number;
|
|
2949
|
-
offset: number;
|
|
2950
2948
|
limit: number;
|
|
2949
|
+
offset: number;
|
|
2950
|
+
total: number;
|
|
2951
2951
|
has_more: boolean;
|
|
2952
2952
|
} | undefined;
|
|
2953
2953
|
} | undefined;
|
|
@@ -3023,15 +3023,15 @@ export declare const BatchWorkEnvelopeSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3023
3023
|
citations?: unknown;
|
|
3024
3024
|
assets?: unknown;
|
|
3025
3025
|
_blocks_pagination?: {
|
|
3026
|
-
total: number;
|
|
3027
|
-
offset: number;
|
|
3028
3026
|
limit: number;
|
|
3027
|
+
offset: number;
|
|
3028
|
+
total: number;
|
|
3029
3029
|
has_more: boolean;
|
|
3030
3030
|
} | undefined;
|
|
3031
3031
|
_citations_pagination?: {
|
|
3032
|
-
total: number;
|
|
3033
|
-
offset: number;
|
|
3034
3032
|
limit: number;
|
|
3033
|
+
offset: number;
|
|
3034
|
+
total: number;
|
|
3035
3035
|
has_more: boolean;
|
|
3036
3036
|
} | undefined;
|
|
3037
3037
|
} | undefined;
|
|
@@ -3326,14 +3326,14 @@ export declare const WorksListResponseSchema: z.ZodObject<{
|
|
|
3326
3326
|
limit: z.ZodNumber;
|
|
3327
3327
|
has_more: z.ZodBoolean;
|
|
3328
3328
|
}, "strip", z.ZodTypeAny, {
|
|
3329
|
-
total: number;
|
|
3330
|
-
offset: number;
|
|
3331
3329
|
limit: number;
|
|
3330
|
+
offset: number;
|
|
3331
|
+
total: number;
|
|
3332
3332
|
has_more: boolean;
|
|
3333
3333
|
}, {
|
|
3334
|
-
total: number;
|
|
3335
|
-
offset: number;
|
|
3336
3334
|
limit: number;
|
|
3335
|
+
offset: number;
|
|
3336
|
+
total: number;
|
|
3337
3337
|
has_more: boolean;
|
|
3338
3338
|
}>>;
|
|
3339
3339
|
assets: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -3344,14 +3344,14 @@ export declare const WorksListResponseSchema: z.ZodObject<{
|
|
|
3344
3344
|
limit: z.ZodNumber;
|
|
3345
3345
|
has_more: z.ZodBoolean;
|
|
3346
3346
|
}, "strip", z.ZodTypeAny, {
|
|
3347
|
-
total: number;
|
|
3348
|
-
offset: number;
|
|
3349
3347
|
limit: number;
|
|
3348
|
+
offset: number;
|
|
3349
|
+
total: number;
|
|
3350
3350
|
has_more: boolean;
|
|
3351
3351
|
}, {
|
|
3352
|
-
total: number;
|
|
3353
|
-
offset: number;
|
|
3354
3352
|
limit: number;
|
|
3353
|
+
offset: number;
|
|
3354
|
+
total: number;
|
|
3355
3355
|
has_more: boolean;
|
|
3356
3356
|
}>>;
|
|
3357
3357
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3390,15 +3390,15 @@ export declare const WorksListResponseSchema: z.ZodObject<{
|
|
|
3390
3390
|
citations?: unknown;
|
|
3391
3391
|
assets?: unknown;
|
|
3392
3392
|
_blocks_pagination?: {
|
|
3393
|
-
total: number;
|
|
3394
|
-
offset: number;
|
|
3395
3393
|
limit: number;
|
|
3394
|
+
offset: number;
|
|
3395
|
+
total: number;
|
|
3396
3396
|
has_more: boolean;
|
|
3397
3397
|
} | undefined;
|
|
3398
3398
|
_citations_pagination?: {
|
|
3399
|
-
total: number;
|
|
3400
|
-
offset: number;
|
|
3401
3399
|
limit: number;
|
|
3400
|
+
offset: number;
|
|
3401
|
+
total: number;
|
|
3402
3402
|
has_more: boolean;
|
|
3403
3403
|
} | undefined;
|
|
3404
3404
|
landing_url?: string | null | undefined;
|
|
@@ -3442,15 +3442,15 @@ export declare const WorksListResponseSchema: z.ZodObject<{
|
|
|
3442
3442
|
citations?: unknown;
|
|
3443
3443
|
assets?: unknown;
|
|
3444
3444
|
_blocks_pagination?: {
|
|
3445
|
-
total: number;
|
|
3446
|
-
offset: number;
|
|
3447
3445
|
limit: number;
|
|
3446
|
+
offset: number;
|
|
3447
|
+
total: number;
|
|
3448
3448
|
has_more: boolean;
|
|
3449
3449
|
} | undefined;
|
|
3450
3450
|
_citations_pagination?: {
|
|
3451
|
-
total: number;
|
|
3452
|
-
offset: number;
|
|
3453
3451
|
limit: number;
|
|
3452
|
+
offset: number;
|
|
3453
|
+
total: number;
|
|
3454
3454
|
has_more: boolean;
|
|
3455
3455
|
} | undefined;
|
|
3456
3456
|
landing_url?: string | null | undefined;
|
|
@@ -3538,15 +3538,15 @@ export declare const WorksListResponseSchema: z.ZodObject<{
|
|
|
3538
3538
|
citations?: unknown;
|
|
3539
3539
|
assets?: unknown;
|
|
3540
3540
|
_blocks_pagination?: {
|
|
3541
|
-
total: number;
|
|
3542
|
-
offset: number;
|
|
3543
3541
|
limit: number;
|
|
3542
|
+
offset: number;
|
|
3543
|
+
total: number;
|
|
3544
3544
|
has_more: boolean;
|
|
3545
3545
|
} | undefined;
|
|
3546
3546
|
_citations_pagination?: {
|
|
3547
|
-
total: number;
|
|
3548
|
-
offset: number;
|
|
3549
3547
|
limit: number;
|
|
3548
|
+
offset: number;
|
|
3549
|
+
total: number;
|
|
3550
3550
|
has_more: boolean;
|
|
3551
3551
|
} | undefined;
|
|
3552
3552
|
landing_url?: string | null | undefined;
|
|
@@ -3633,15 +3633,15 @@ export declare const WorksListResponseSchema: z.ZodObject<{
|
|
|
3633
3633
|
citations?: unknown;
|
|
3634
3634
|
assets?: unknown;
|
|
3635
3635
|
_blocks_pagination?: {
|
|
3636
|
-
total: number;
|
|
3637
|
-
offset: number;
|
|
3638
3636
|
limit: number;
|
|
3637
|
+
offset: number;
|
|
3638
|
+
total: number;
|
|
3639
3639
|
has_more: boolean;
|
|
3640
3640
|
} | undefined;
|
|
3641
3641
|
_citations_pagination?: {
|
|
3642
|
-
total: number;
|
|
3643
|
-
offset: number;
|
|
3644
3642
|
limit: number;
|
|
3643
|
+
offset: number;
|
|
3644
|
+
total: number;
|
|
3645
3645
|
has_more: boolean;
|
|
3646
3646
|
} | undefined;
|
|
3647
3647
|
landing_url?: string | null | undefined;
|
|
@@ -3905,14 +3905,14 @@ export declare const WorkFullViewSchema: z.ZodObject<{
|
|
|
3905
3905
|
limit: z.ZodNumber;
|
|
3906
3906
|
has_more: z.ZodBoolean;
|
|
3907
3907
|
}, "strip", z.ZodTypeAny, {
|
|
3908
|
-
total: number;
|
|
3909
|
-
offset: number;
|
|
3910
3908
|
limit: number;
|
|
3909
|
+
offset: number;
|
|
3910
|
+
total: number;
|
|
3911
3911
|
has_more: boolean;
|
|
3912
3912
|
}, {
|
|
3913
|
-
total: number;
|
|
3914
|
-
offset: number;
|
|
3915
3913
|
limit: number;
|
|
3914
|
+
offset: number;
|
|
3915
|
+
total: number;
|
|
3916
3916
|
has_more: boolean;
|
|
3917
3917
|
}>>;
|
|
3918
3918
|
assets: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -3923,14 +3923,14 @@ export declare const WorkFullViewSchema: z.ZodObject<{
|
|
|
3923
3923
|
limit: z.ZodNumber;
|
|
3924
3924
|
has_more: z.ZodBoolean;
|
|
3925
3925
|
}, "strip", z.ZodTypeAny, {
|
|
3926
|
-
total: number;
|
|
3927
|
-
offset: number;
|
|
3928
3926
|
limit: number;
|
|
3927
|
+
offset: number;
|
|
3928
|
+
total: number;
|
|
3929
3929
|
has_more: boolean;
|
|
3930
3930
|
}, {
|
|
3931
|
-
total: number;
|
|
3932
|
-
offset: number;
|
|
3933
3931
|
limit: number;
|
|
3932
|
+
offset: number;
|
|
3933
|
+
total: number;
|
|
3934
3934
|
has_more: boolean;
|
|
3935
3935
|
}>>;
|
|
3936
3936
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3969,15 +3969,15 @@ export declare const WorkFullViewSchema: z.ZodObject<{
|
|
|
3969
3969
|
citations?: unknown;
|
|
3970
3970
|
assets?: unknown;
|
|
3971
3971
|
_blocks_pagination?: {
|
|
3972
|
-
total: number;
|
|
3973
|
-
offset: number;
|
|
3974
3972
|
limit: number;
|
|
3973
|
+
offset: number;
|
|
3974
|
+
total: number;
|
|
3975
3975
|
has_more: boolean;
|
|
3976
3976
|
} | undefined;
|
|
3977
3977
|
_citations_pagination?: {
|
|
3978
|
-
total: number;
|
|
3979
|
-
offset: number;
|
|
3980
3978
|
limit: number;
|
|
3979
|
+
offset: number;
|
|
3980
|
+
total: number;
|
|
3981
3981
|
has_more: boolean;
|
|
3982
3982
|
} | undefined;
|
|
3983
3983
|
landing_url?: string | null | undefined;
|
|
@@ -4021,15 +4021,15 @@ export declare const WorkFullViewSchema: z.ZodObject<{
|
|
|
4021
4021
|
citations?: unknown;
|
|
4022
4022
|
assets?: unknown;
|
|
4023
4023
|
_blocks_pagination?: {
|
|
4024
|
-
total: number;
|
|
4025
|
-
offset: number;
|
|
4026
4024
|
limit: number;
|
|
4025
|
+
offset: number;
|
|
4026
|
+
total: number;
|
|
4027
4027
|
has_more: boolean;
|
|
4028
4028
|
} | undefined;
|
|
4029
4029
|
_citations_pagination?: {
|
|
4030
|
-
total: number;
|
|
4031
|
-
offset: number;
|
|
4032
4030
|
limit: number;
|
|
4031
|
+
offset: number;
|
|
4032
|
+
total: number;
|
|
4033
4033
|
has_more: boolean;
|
|
4034
4034
|
} | undefined;
|
|
4035
4035
|
landing_url?: string | null | undefined;
|
|
@@ -4292,14 +4292,14 @@ export declare const WorkFullViewGetSchema: z.ZodObject<{
|
|
|
4292
4292
|
limit: z.ZodNumber;
|
|
4293
4293
|
has_more: z.ZodBoolean;
|
|
4294
4294
|
}, "strip", z.ZodTypeAny, {
|
|
4295
|
-
total: number;
|
|
4296
|
-
offset: number;
|
|
4297
4295
|
limit: number;
|
|
4296
|
+
offset: number;
|
|
4297
|
+
total: number;
|
|
4298
4298
|
has_more: boolean;
|
|
4299
4299
|
}, {
|
|
4300
|
-
total: number;
|
|
4301
|
-
offset: number;
|
|
4302
4300
|
limit: number;
|
|
4301
|
+
offset: number;
|
|
4302
|
+
total: number;
|
|
4303
4303
|
has_more: boolean;
|
|
4304
4304
|
}>>;
|
|
4305
4305
|
assets: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -4310,14 +4310,14 @@ export declare const WorkFullViewGetSchema: z.ZodObject<{
|
|
|
4310
4310
|
limit: z.ZodNumber;
|
|
4311
4311
|
has_more: z.ZodBoolean;
|
|
4312
4312
|
}, "strip", z.ZodTypeAny, {
|
|
4313
|
-
total: number;
|
|
4314
|
-
offset: number;
|
|
4315
4313
|
limit: number;
|
|
4314
|
+
offset: number;
|
|
4315
|
+
total: number;
|
|
4316
4316
|
has_more: boolean;
|
|
4317
4317
|
}, {
|
|
4318
|
-
total: number;
|
|
4319
|
-
offset: number;
|
|
4320
4318
|
limit: number;
|
|
4319
|
+
offset: number;
|
|
4320
|
+
total: number;
|
|
4321
4321
|
has_more: boolean;
|
|
4322
4322
|
}>>;
|
|
4323
4323
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4356,15 +4356,15 @@ export declare const WorkFullViewGetSchema: z.ZodObject<{
|
|
|
4356
4356
|
citations?: unknown;
|
|
4357
4357
|
assets?: unknown;
|
|
4358
4358
|
_blocks_pagination?: {
|
|
4359
|
-
total: number;
|
|
4360
|
-
offset: number;
|
|
4361
4359
|
limit: number;
|
|
4360
|
+
offset: number;
|
|
4361
|
+
total: number;
|
|
4362
4362
|
has_more: boolean;
|
|
4363
4363
|
} | undefined;
|
|
4364
4364
|
_citations_pagination?: {
|
|
4365
|
-
total: number;
|
|
4366
|
-
offset: number;
|
|
4367
4365
|
limit: number;
|
|
4366
|
+
offset: number;
|
|
4367
|
+
total: number;
|
|
4368
4368
|
has_more: boolean;
|
|
4369
4369
|
} | undefined;
|
|
4370
4370
|
landing_url?: string | null | undefined;
|
|
@@ -4408,15 +4408,15 @@ export declare const WorkFullViewGetSchema: z.ZodObject<{
|
|
|
4408
4408
|
citations?: unknown;
|
|
4409
4409
|
assets?: unknown;
|
|
4410
4410
|
_blocks_pagination?: {
|
|
4411
|
-
total: number;
|
|
4412
|
-
offset: number;
|
|
4413
4411
|
limit: number;
|
|
4412
|
+
offset: number;
|
|
4413
|
+
total: number;
|
|
4414
4414
|
has_more: boolean;
|
|
4415
4415
|
} | undefined;
|
|
4416
4416
|
_citations_pagination?: {
|
|
4417
|
-
total: number;
|
|
4418
|
-
offset: number;
|
|
4419
4417
|
limit: number;
|
|
4418
|
+
offset: number;
|
|
4419
|
+
total: number;
|
|
4420
4420
|
has_more: boolean;
|
|
4421
4421
|
} | undefined;
|
|
4422
4422
|
landing_url?: string | null | undefined;
|