@lokalise/connector-api-contracts 4.0.2 → 4.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -422,99 +422,9 @@ export declare const MANIFESTS_BY_MODE_SCHEMA: z.ZodRecord<z.ZodString, z.ZodObj
|
|
|
422
422
|
}, z.core.$strip>], "type">>;
|
|
423
423
|
}, z.core.$strip>>;
|
|
424
424
|
export type ManifestsByMode = z.infer<typeof MANIFESTS_BY_MODE_SCHEMA>;
|
|
425
|
-
export declare const
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
type: z.ZodLiteral<"oauth">;
|
|
429
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
430
|
-
type: z.ZodLiteral<"credentials">;
|
|
431
|
-
fields: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
432
|
-
id: z.ZodString;
|
|
433
|
-
name: z.ZodString;
|
|
434
|
-
type: z.ZodLiteral<"password">;
|
|
435
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
436
|
-
id: z.ZodString;
|
|
437
|
-
name: z.ZodString;
|
|
438
|
-
type: z.ZodLiteral<"select">;
|
|
439
|
-
options: z.ZodArray<z.ZodObject<{
|
|
440
|
-
value: z.ZodString;
|
|
441
|
-
label: z.ZodString;
|
|
442
|
-
}, z.core.$strip>>;
|
|
443
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
444
|
-
id: z.ZodString;
|
|
445
|
-
name: z.ZodString;
|
|
446
|
-
type: z.ZodLiteral<"url">;
|
|
447
|
-
}, z.core.$strip>], "type">>;
|
|
448
|
-
}, z.core.$strip>], "type">;
|
|
449
|
-
filters: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
450
|
-
id: z.ZodString;
|
|
451
|
-
query: z.ZodString;
|
|
452
|
-
type: z.ZodLiteral<"search">;
|
|
453
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
454
|
-
id: z.ZodString;
|
|
455
|
-
query: z.ZodString;
|
|
456
|
-
type: z.ZodLiteral<"multiselect">;
|
|
457
|
-
options: z.ZodArray<z.ZodObject<{
|
|
458
|
-
id: z.ZodString;
|
|
459
|
-
name: z.ZodString;
|
|
460
|
-
}, z.core.$strip>>;
|
|
461
|
-
defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
462
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
463
|
-
id: z.ZodString;
|
|
464
|
-
query: z.ZodString;
|
|
465
|
-
type: z.ZodLiteral<"async-multiselect">;
|
|
466
|
-
constraintQuery: z.ZodOptional<z.ZodString>;
|
|
467
|
-
defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
468
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
469
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
470
|
-
id: z.ZodString;
|
|
471
|
-
query: z.ZodString;
|
|
472
|
-
type: z.ZodLiteral<"select">;
|
|
473
|
-
options: z.ZodArray<z.ZodObject<{
|
|
474
|
-
id: z.ZodString;
|
|
475
|
-
name: z.ZodString;
|
|
476
|
-
}, z.core.$strip>>;
|
|
477
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
478
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
479
|
-
id: z.ZodString;
|
|
480
|
-
query: z.ZodString;
|
|
481
|
-
type: z.ZodLiteral<"async-select">;
|
|
482
|
-
constraintQuery: z.ZodOptional<z.ZodString>;
|
|
483
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
484
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
485
|
-
id: z.ZodString;
|
|
486
|
-
query: z.ZodString;
|
|
487
|
-
type: z.ZodLiteral<"daterange">;
|
|
488
|
-
defaultValue: z.ZodOptional<z.ZodObject<{
|
|
489
|
-
from: z.ZodString;
|
|
490
|
-
to: z.ZodString;
|
|
491
|
-
}, z.core.$strip>>;
|
|
492
|
-
}, z.core.$strip>], "type">>;
|
|
493
|
-
capabilities: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
494
|
-
version: z.ZodNumber;
|
|
495
|
-
data: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
496
|
-
}, z.core.$strip>>;
|
|
497
|
-
columns: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
498
|
-
id: z.ZodString;
|
|
499
|
-
type: z.ZodLiteral<"primary">;
|
|
500
|
-
paths: z.ZodObject<{
|
|
501
|
-
title: z.ZodString;
|
|
502
|
-
updatedAt: z.ZodOptional<z.ZodString>;
|
|
503
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
504
|
-
}, z.core.$strip>;
|
|
505
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
506
|
-
id: z.ZodString;
|
|
507
|
-
type: z.ZodLiteral<"text">;
|
|
508
|
-
paths: z.ZodObject<{
|
|
509
|
-
text: z.ZodString;
|
|
510
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
511
|
-
}, z.core.$strip>;
|
|
512
|
-
}, z.core.$strip>], "type">>;
|
|
513
|
-
}, z.core.$strip>>, undefined, undefined, z.ZodObject<{
|
|
514
|
-
'ce-config': z.ZodString;
|
|
515
|
-
"x-connector-id": z.ZodString;
|
|
516
|
-
}, z.core.$strip>, undefined, false, false, {
|
|
517
|
-
200: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
425
|
+
export declare const MANIFEST_MODES_CONFIG: z.ZodObject<{
|
|
426
|
+
defaultModeId: z.ZodString;
|
|
427
|
+
modes: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
518
428
|
name: z.ZodString;
|
|
519
429
|
authentication: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
520
430
|
type: z.ZodLiteral<"oauth">;
|
|
@@ -603,6 +513,293 @@ export declare const getManifestContract: import("@lokalise/api-contracts").GetR
|
|
|
603
513
|
}, z.core.$strip>;
|
|
604
514
|
}, z.core.$strip>], "type">>;
|
|
605
515
|
}, z.core.$strip>>;
|
|
516
|
+
}, z.core.$strip>;
|
|
517
|
+
export type ManifestModesConfig = z.infer<typeof MANIFEST_MODES_CONFIG>;
|
|
518
|
+
export declare const GET_MANIFEST_RESPONSE: z.ZodObject<{
|
|
519
|
+
manifests: z.ZodObject<{
|
|
520
|
+
defaultModeId: z.ZodString;
|
|
521
|
+
modes: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
522
|
+
name: z.ZodString;
|
|
523
|
+
authentication: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
524
|
+
type: z.ZodLiteral<"oauth">;
|
|
525
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
526
|
+
type: z.ZodLiteral<"credentials">;
|
|
527
|
+
fields: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
528
|
+
id: z.ZodString;
|
|
529
|
+
name: z.ZodString;
|
|
530
|
+
type: z.ZodLiteral<"password">;
|
|
531
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
532
|
+
id: z.ZodString;
|
|
533
|
+
name: z.ZodString;
|
|
534
|
+
type: z.ZodLiteral<"select">;
|
|
535
|
+
options: z.ZodArray<z.ZodObject<{
|
|
536
|
+
value: z.ZodString;
|
|
537
|
+
label: z.ZodString;
|
|
538
|
+
}, z.core.$strip>>;
|
|
539
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
540
|
+
id: z.ZodString;
|
|
541
|
+
name: z.ZodString;
|
|
542
|
+
type: z.ZodLiteral<"url">;
|
|
543
|
+
}, z.core.$strip>], "type">>;
|
|
544
|
+
}, z.core.$strip>], "type">;
|
|
545
|
+
filters: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
546
|
+
id: z.ZodString;
|
|
547
|
+
query: z.ZodString;
|
|
548
|
+
type: z.ZodLiteral<"search">;
|
|
549
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
550
|
+
id: z.ZodString;
|
|
551
|
+
query: z.ZodString;
|
|
552
|
+
type: z.ZodLiteral<"multiselect">;
|
|
553
|
+
options: z.ZodArray<z.ZodObject<{
|
|
554
|
+
id: z.ZodString;
|
|
555
|
+
name: z.ZodString;
|
|
556
|
+
}, z.core.$strip>>;
|
|
557
|
+
defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
558
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
559
|
+
id: z.ZodString;
|
|
560
|
+
query: z.ZodString;
|
|
561
|
+
type: z.ZodLiteral<"async-multiselect">;
|
|
562
|
+
constraintQuery: z.ZodOptional<z.ZodString>;
|
|
563
|
+
defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
564
|
+
dependsOn: z.ZodOptional<z.ZodString>;
|
|
565
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
566
|
+
id: z.ZodString;
|
|
567
|
+
query: z.ZodString;
|
|
568
|
+
type: z.ZodLiteral<"select">;
|
|
569
|
+
options: z.ZodArray<z.ZodObject<{
|
|
570
|
+
id: z.ZodString;
|
|
571
|
+
name: z.ZodString;
|
|
572
|
+
}, z.core.$strip>>;
|
|
573
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
574
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
575
|
+
id: z.ZodString;
|
|
576
|
+
query: z.ZodString;
|
|
577
|
+
type: z.ZodLiteral<"async-select">;
|
|
578
|
+
constraintQuery: z.ZodOptional<z.ZodString>;
|
|
579
|
+
dependsOn: z.ZodOptional<z.ZodString>;
|
|
580
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
581
|
+
id: z.ZodString;
|
|
582
|
+
query: z.ZodString;
|
|
583
|
+
type: z.ZodLiteral<"daterange">;
|
|
584
|
+
defaultValue: z.ZodOptional<z.ZodObject<{
|
|
585
|
+
from: z.ZodString;
|
|
586
|
+
to: z.ZodString;
|
|
587
|
+
}, z.core.$strip>>;
|
|
588
|
+
}, z.core.$strip>], "type">>;
|
|
589
|
+
capabilities: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
590
|
+
version: z.ZodNumber;
|
|
591
|
+
data: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
592
|
+
}, z.core.$strip>>;
|
|
593
|
+
columns: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
594
|
+
id: z.ZodString;
|
|
595
|
+
type: z.ZodLiteral<"primary">;
|
|
596
|
+
paths: z.ZodObject<{
|
|
597
|
+
title: z.ZodString;
|
|
598
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
599
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
600
|
+
}, z.core.$strip>;
|
|
601
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
602
|
+
id: z.ZodString;
|
|
603
|
+
type: z.ZodLiteral<"text">;
|
|
604
|
+
paths: z.ZodObject<{
|
|
605
|
+
text: z.ZodString;
|
|
606
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
607
|
+
}, z.core.$strip>;
|
|
608
|
+
}, z.core.$strip>], "type">>;
|
|
609
|
+
}, z.core.$strip>>;
|
|
610
|
+
}, z.core.$strip>;
|
|
611
|
+
}, z.core.$strip>;
|
|
612
|
+
export declare const getManifestContract: import("@lokalise/api-contracts").GetRouteDefinition<z.ZodObject<{
|
|
613
|
+
manifests: z.ZodObject<{
|
|
614
|
+
defaultModeId: z.ZodString;
|
|
615
|
+
modes: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
616
|
+
name: z.ZodString;
|
|
617
|
+
authentication: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
618
|
+
type: z.ZodLiteral<"oauth">;
|
|
619
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
620
|
+
type: z.ZodLiteral<"credentials">;
|
|
621
|
+
fields: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
622
|
+
id: z.ZodString;
|
|
623
|
+
name: z.ZodString;
|
|
624
|
+
type: z.ZodLiteral<"password">;
|
|
625
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
626
|
+
id: z.ZodString;
|
|
627
|
+
name: z.ZodString;
|
|
628
|
+
type: z.ZodLiteral<"select">;
|
|
629
|
+
options: z.ZodArray<z.ZodObject<{
|
|
630
|
+
value: z.ZodString;
|
|
631
|
+
label: z.ZodString;
|
|
632
|
+
}, z.core.$strip>>;
|
|
633
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
634
|
+
id: z.ZodString;
|
|
635
|
+
name: z.ZodString;
|
|
636
|
+
type: z.ZodLiteral<"url">;
|
|
637
|
+
}, z.core.$strip>], "type">>;
|
|
638
|
+
}, z.core.$strip>], "type">;
|
|
639
|
+
filters: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
640
|
+
id: z.ZodString;
|
|
641
|
+
query: z.ZodString;
|
|
642
|
+
type: z.ZodLiteral<"search">;
|
|
643
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
644
|
+
id: z.ZodString;
|
|
645
|
+
query: z.ZodString;
|
|
646
|
+
type: z.ZodLiteral<"multiselect">;
|
|
647
|
+
options: z.ZodArray<z.ZodObject<{
|
|
648
|
+
id: z.ZodString;
|
|
649
|
+
name: z.ZodString;
|
|
650
|
+
}, z.core.$strip>>;
|
|
651
|
+
defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
652
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
653
|
+
id: z.ZodString;
|
|
654
|
+
query: z.ZodString;
|
|
655
|
+
type: z.ZodLiteral<"async-multiselect">;
|
|
656
|
+
constraintQuery: z.ZodOptional<z.ZodString>;
|
|
657
|
+
defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
658
|
+
dependsOn: z.ZodOptional<z.ZodString>;
|
|
659
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
660
|
+
id: z.ZodString;
|
|
661
|
+
query: z.ZodString;
|
|
662
|
+
type: z.ZodLiteral<"select">;
|
|
663
|
+
options: z.ZodArray<z.ZodObject<{
|
|
664
|
+
id: z.ZodString;
|
|
665
|
+
name: z.ZodString;
|
|
666
|
+
}, z.core.$strip>>;
|
|
667
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
668
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
669
|
+
id: z.ZodString;
|
|
670
|
+
query: z.ZodString;
|
|
671
|
+
type: z.ZodLiteral<"async-select">;
|
|
672
|
+
constraintQuery: z.ZodOptional<z.ZodString>;
|
|
673
|
+
dependsOn: z.ZodOptional<z.ZodString>;
|
|
674
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
675
|
+
id: z.ZodString;
|
|
676
|
+
query: z.ZodString;
|
|
677
|
+
type: z.ZodLiteral<"daterange">;
|
|
678
|
+
defaultValue: z.ZodOptional<z.ZodObject<{
|
|
679
|
+
from: z.ZodString;
|
|
680
|
+
to: z.ZodString;
|
|
681
|
+
}, z.core.$strip>>;
|
|
682
|
+
}, z.core.$strip>], "type">>;
|
|
683
|
+
capabilities: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
684
|
+
version: z.ZodNumber;
|
|
685
|
+
data: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
686
|
+
}, z.core.$strip>>;
|
|
687
|
+
columns: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
688
|
+
id: z.ZodString;
|
|
689
|
+
type: z.ZodLiteral<"primary">;
|
|
690
|
+
paths: z.ZodObject<{
|
|
691
|
+
title: z.ZodString;
|
|
692
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
693
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
694
|
+
}, z.core.$strip>;
|
|
695
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
696
|
+
id: z.ZodString;
|
|
697
|
+
type: z.ZodLiteral<"text">;
|
|
698
|
+
paths: z.ZodObject<{
|
|
699
|
+
text: z.ZodString;
|
|
700
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
701
|
+
}, z.core.$strip>;
|
|
702
|
+
}, z.core.$strip>], "type">>;
|
|
703
|
+
}, z.core.$strip>>;
|
|
704
|
+
}, z.core.$strip>;
|
|
705
|
+
}, z.core.$strip>, undefined, undefined, z.ZodObject<{
|
|
706
|
+
'ce-config': z.ZodString;
|
|
707
|
+
"x-connector-id": z.ZodString;
|
|
708
|
+
}, z.core.$strip>, undefined, false, false, {
|
|
709
|
+
200: z.ZodObject<{
|
|
710
|
+
manifests: z.ZodObject<{
|
|
711
|
+
defaultModeId: z.ZodString;
|
|
712
|
+
modes: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
713
|
+
name: z.ZodString;
|
|
714
|
+
authentication: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
715
|
+
type: z.ZodLiteral<"oauth">;
|
|
716
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
717
|
+
type: z.ZodLiteral<"credentials">;
|
|
718
|
+
fields: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
719
|
+
id: z.ZodString;
|
|
720
|
+
name: z.ZodString;
|
|
721
|
+
type: z.ZodLiteral<"password">;
|
|
722
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
723
|
+
id: z.ZodString;
|
|
724
|
+
name: z.ZodString;
|
|
725
|
+
type: z.ZodLiteral<"select">;
|
|
726
|
+
options: z.ZodArray<z.ZodObject<{
|
|
727
|
+
value: z.ZodString;
|
|
728
|
+
label: z.ZodString;
|
|
729
|
+
}, z.core.$strip>>;
|
|
730
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
731
|
+
id: z.ZodString;
|
|
732
|
+
name: z.ZodString;
|
|
733
|
+
type: z.ZodLiteral<"url">;
|
|
734
|
+
}, z.core.$strip>], "type">>;
|
|
735
|
+
}, z.core.$strip>], "type">;
|
|
736
|
+
filters: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
737
|
+
id: z.ZodString;
|
|
738
|
+
query: z.ZodString;
|
|
739
|
+
type: z.ZodLiteral<"search">;
|
|
740
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
741
|
+
id: z.ZodString;
|
|
742
|
+
query: z.ZodString;
|
|
743
|
+
type: z.ZodLiteral<"multiselect">;
|
|
744
|
+
options: z.ZodArray<z.ZodObject<{
|
|
745
|
+
id: z.ZodString;
|
|
746
|
+
name: z.ZodString;
|
|
747
|
+
}, z.core.$strip>>;
|
|
748
|
+
defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
749
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
750
|
+
id: z.ZodString;
|
|
751
|
+
query: z.ZodString;
|
|
752
|
+
type: z.ZodLiteral<"async-multiselect">;
|
|
753
|
+
constraintQuery: z.ZodOptional<z.ZodString>;
|
|
754
|
+
defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
755
|
+
dependsOn: z.ZodOptional<z.ZodString>;
|
|
756
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
757
|
+
id: z.ZodString;
|
|
758
|
+
query: z.ZodString;
|
|
759
|
+
type: z.ZodLiteral<"select">;
|
|
760
|
+
options: z.ZodArray<z.ZodObject<{
|
|
761
|
+
id: z.ZodString;
|
|
762
|
+
name: z.ZodString;
|
|
763
|
+
}, z.core.$strip>>;
|
|
764
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
765
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
766
|
+
id: z.ZodString;
|
|
767
|
+
query: z.ZodString;
|
|
768
|
+
type: z.ZodLiteral<"async-select">;
|
|
769
|
+
constraintQuery: z.ZodOptional<z.ZodString>;
|
|
770
|
+
dependsOn: z.ZodOptional<z.ZodString>;
|
|
771
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
772
|
+
id: z.ZodString;
|
|
773
|
+
query: z.ZodString;
|
|
774
|
+
type: z.ZodLiteral<"daterange">;
|
|
775
|
+
defaultValue: z.ZodOptional<z.ZodObject<{
|
|
776
|
+
from: z.ZodString;
|
|
777
|
+
to: z.ZodString;
|
|
778
|
+
}, z.core.$strip>>;
|
|
779
|
+
}, z.core.$strip>], "type">>;
|
|
780
|
+
capabilities: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
781
|
+
version: z.ZodNumber;
|
|
782
|
+
data: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
783
|
+
}, z.core.$strip>>;
|
|
784
|
+
columns: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
785
|
+
id: z.ZodString;
|
|
786
|
+
type: z.ZodLiteral<"primary">;
|
|
787
|
+
paths: z.ZodObject<{
|
|
788
|
+
title: z.ZodString;
|
|
789
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
790
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
791
|
+
}, z.core.$strip>;
|
|
792
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
793
|
+
id: z.ZodString;
|
|
794
|
+
type: z.ZodLiteral<"text">;
|
|
795
|
+
paths: z.ZodObject<{
|
|
796
|
+
text: z.ZodString;
|
|
797
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
798
|
+
}, z.core.$strip>;
|
|
799
|
+
}, z.core.$strip>], "type">>;
|
|
800
|
+
}, z.core.$strip>>;
|
|
801
|
+
}, z.core.$strip>;
|
|
802
|
+
}, z.core.$strip>;
|
|
606
803
|
403: z.ZodUnion<readonly [z.ZodObject<{
|
|
607
804
|
statusCode: z.ZodNumber;
|
|
608
805
|
payload: z.ZodObject<{
|
|
@@ -115,12 +115,19 @@ export const MANIFEST_SCHEMA = z.object({
|
|
|
115
115
|
columns: z.array(MANIFEST_COLUMN),
|
|
116
116
|
});
|
|
117
117
|
export const MANIFESTS_BY_MODE_SCHEMA = z.record(z.string(), MANIFEST_SCHEMA);
|
|
118
|
+
export const MANIFEST_MODES_CONFIG = z.object({
|
|
119
|
+
defaultModeId: z.string(),
|
|
120
|
+
modes: MANIFESTS_BY_MODE_SCHEMA,
|
|
121
|
+
});
|
|
122
|
+
export const GET_MANIFEST_RESPONSE = z.object({
|
|
123
|
+
manifests: MANIFEST_MODES_CONFIG,
|
|
124
|
+
});
|
|
118
125
|
export const getManifestContract = buildGetRoute({
|
|
119
126
|
pathResolver: () => `/manifest`,
|
|
120
127
|
description: 'Get connector manifests for every mode',
|
|
121
|
-
successResponseBodySchema:
|
|
128
|
+
successResponseBodySchema: GET_MANIFEST_RESPONSE,
|
|
122
129
|
responseSchemasByStatusCode: {
|
|
123
|
-
200:
|
|
130
|
+
200: GET_MANIFEST_RESPONSE,
|
|
124
131
|
403: COMMON_ERROR_RESPONSE_SCHEMA_UNION,
|
|
125
132
|
},
|
|
126
133
|
requestHeaderSchema: CONNECTOR_REQUEST_HEADERS_SCHEMA_PRE_SETUP,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manifestContracts.js","sourceRoot":"","sources":["../../src/contracts/manifestContracts.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"manifestContracts.js","sourceRoot":"","sources":["../../src/contracts/manifestContracts.ts"],"names":[],"mappings":"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"}
|