instill-sdk 0.19.0-rc.8 → 0.19.0-rc.9
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/core/integration/type.d.ts +6 -6
- package/dist/folder/types.d.ts +5 -0
- package/dist/folder/types.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/vdp/component/types.d.ts +68 -68
- package/dist/vdp/pipeline/types.d.ts +152 -152
- package/dist/vdp/release/types.d.ts +4 -4
- package/package.json +3 -3
|
@@ -599,11 +599,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
599
599
|
}>;
|
|
600
600
|
}, "strip", z.ZodTypeAny, {
|
|
601
601
|
name: string;
|
|
602
|
-
|
|
602
|
+
description: string;
|
|
603
603
|
uid: string;
|
|
604
|
+
metadata: Record<string, any>;
|
|
604
605
|
createTime: string;
|
|
605
606
|
updateTime: string;
|
|
606
|
-
description: string;
|
|
607
607
|
id: string;
|
|
608
608
|
recipe: Record<string, any>;
|
|
609
609
|
readme: string;
|
|
@@ -616,11 +616,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
616
616
|
alias?: string | undefined;
|
|
617
617
|
}, {
|
|
618
618
|
name: string;
|
|
619
|
-
|
|
619
|
+
description: string;
|
|
620
620
|
uid: string;
|
|
621
|
+
metadata: Record<string, any>;
|
|
621
622
|
createTime: string;
|
|
622
623
|
updateTime: string;
|
|
623
|
-
description: string;
|
|
624
624
|
id: string;
|
|
625
625
|
recipe: Record<string, any>;
|
|
626
626
|
readme: string;
|
|
@@ -710,11 +710,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
710
710
|
license: z.ZodString;
|
|
711
711
|
}, "strip", z.ZodTypeAny, {
|
|
712
712
|
name: string;
|
|
713
|
-
|
|
713
|
+
description: string;
|
|
714
714
|
uid: string;
|
|
715
|
+
metadata: Record<string, any>;
|
|
715
716
|
createTime: string;
|
|
716
717
|
updateTime: string;
|
|
717
|
-
|
|
718
|
+
permission: {
|
|
719
|
+
canEdit: boolean;
|
|
720
|
+
canTrigger: boolean;
|
|
721
|
+
};
|
|
718
722
|
id: string;
|
|
719
723
|
documentationUrl: string;
|
|
720
724
|
sourceUrl: string;
|
|
@@ -798,11 +802,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
798
802
|
ownerName: string;
|
|
799
803
|
releases: {
|
|
800
804
|
name: string;
|
|
801
|
-
|
|
805
|
+
description: string;
|
|
802
806
|
uid: string;
|
|
807
|
+
metadata: Record<string, any>;
|
|
803
808
|
createTime: string;
|
|
804
809
|
updateTime: string;
|
|
805
|
-
description: string;
|
|
806
810
|
id: string;
|
|
807
811
|
recipe: Record<string, any>;
|
|
808
812
|
readme: string;
|
|
@@ -814,10 +818,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
814
818
|
deleteTime?: string | undefined;
|
|
815
819
|
alias?: string | undefined;
|
|
816
820
|
}[];
|
|
817
|
-
permission: {
|
|
818
|
-
canEdit: boolean;
|
|
819
|
-
canTrigger: boolean;
|
|
820
|
-
};
|
|
821
821
|
tags: string[];
|
|
822
822
|
stats: {
|
|
823
823
|
lastRunTime: string;
|
|
@@ -827,11 +827,15 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
827
827
|
license: string;
|
|
828
828
|
}, {
|
|
829
829
|
name: string;
|
|
830
|
-
|
|
830
|
+
description: string;
|
|
831
831
|
uid: string;
|
|
832
|
+
metadata: Record<string, any>;
|
|
832
833
|
createTime: string;
|
|
833
834
|
updateTime: string;
|
|
834
|
-
|
|
835
|
+
permission: {
|
|
836
|
+
canEdit: boolean;
|
|
837
|
+
canTrigger: boolean;
|
|
838
|
+
};
|
|
835
839
|
id: string;
|
|
836
840
|
documentationUrl: string;
|
|
837
841
|
sourceUrl: string;
|
|
@@ -915,11 +919,11 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
915
919
|
ownerName: string;
|
|
916
920
|
releases: {
|
|
917
921
|
name: string;
|
|
918
|
-
|
|
922
|
+
description: string;
|
|
919
923
|
uid: string;
|
|
924
|
+
metadata: Record<string, any>;
|
|
920
925
|
createTime: string;
|
|
921
926
|
updateTime: string;
|
|
922
|
-
description: string;
|
|
923
927
|
id: string;
|
|
924
928
|
recipe: Record<string, any>;
|
|
925
929
|
readme: string;
|
|
@@ -931,10 +935,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
931
935
|
deleteTime?: string | undefined;
|
|
932
936
|
alias?: string | undefined;
|
|
933
937
|
}[];
|
|
934
|
-
permission: {
|
|
935
|
-
canEdit: boolean;
|
|
936
|
-
canTrigger: boolean;
|
|
937
|
-
};
|
|
938
938
|
tags: string[];
|
|
939
939
|
stats: {
|
|
940
940
|
lastRunTime: string;
|
|
@@ -1429,11 +1429,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1429
1429
|
}>;
|
|
1430
1430
|
}, "strip", z.ZodTypeAny, {
|
|
1431
1431
|
name: string;
|
|
1432
|
-
|
|
1432
|
+
description: string;
|
|
1433
1433
|
uid: string;
|
|
1434
|
+
metadata: Record<string, any>;
|
|
1434
1435
|
createTime: string;
|
|
1435
1436
|
updateTime: string;
|
|
1436
|
-
description: string;
|
|
1437
1437
|
id: string;
|
|
1438
1438
|
recipe: Record<string, any>;
|
|
1439
1439
|
readme: string;
|
|
@@ -1446,11 +1446,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1446
1446
|
alias?: string | undefined;
|
|
1447
1447
|
}, {
|
|
1448
1448
|
name: string;
|
|
1449
|
-
|
|
1449
|
+
description: string;
|
|
1450
1450
|
uid: string;
|
|
1451
|
+
metadata: Record<string, any>;
|
|
1451
1452
|
createTime: string;
|
|
1452
1453
|
updateTime: string;
|
|
1453
|
-
description: string;
|
|
1454
1454
|
id: string;
|
|
1455
1455
|
recipe: Record<string, any>;
|
|
1456
1456
|
readme: string;
|
|
@@ -1540,11 +1540,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1540
1540
|
license: z.ZodString;
|
|
1541
1541
|
}, "strip", z.ZodTypeAny, {
|
|
1542
1542
|
name: string;
|
|
1543
|
-
|
|
1543
|
+
description: string;
|
|
1544
1544
|
uid: string;
|
|
1545
|
+
metadata: Record<string, any>;
|
|
1545
1546
|
createTime: string;
|
|
1546
1547
|
updateTime: string;
|
|
1547
|
-
|
|
1548
|
+
permission: {
|
|
1549
|
+
canEdit: boolean;
|
|
1550
|
+
canTrigger: boolean;
|
|
1551
|
+
};
|
|
1548
1552
|
id: string;
|
|
1549
1553
|
documentationUrl: string;
|
|
1550
1554
|
sourceUrl: string;
|
|
@@ -1628,11 +1632,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1628
1632
|
ownerName: string;
|
|
1629
1633
|
releases: {
|
|
1630
1634
|
name: string;
|
|
1631
|
-
|
|
1635
|
+
description: string;
|
|
1632
1636
|
uid: string;
|
|
1637
|
+
metadata: Record<string, any>;
|
|
1633
1638
|
createTime: string;
|
|
1634
1639
|
updateTime: string;
|
|
1635
|
-
description: string;
|
|
1636
1640
|
id: string;
|
|
1637
1641
|
recipe: Record<string, any>;
|
|
1638
1642
|
readme: string;
|
|
@@ -1644,10 +1648,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1644
1648
|
deleteTime?: string | undefined;
|
|
1645
1649
|
alias?: string | undefined;
|
|
1646
1650
|
}[];
|
|
1647
|
-
permission: {
|
|
1648
|
-
canEdit: boolean;
|
|
1649
|
-
canTrigger: boolean;
|
|
1650
|
-
};
|
|
1651
1651
|
tags: string[];
|
|
1652
1652
|
stats: {
|
|
1653
1653
|
lastRunTime: string;
|
|
@@ -1657,11 +1657,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1657
1657
|
license: string;
|
|
1658
1658
|
}, {
|
|
1659
1659
|
name: string;
|
|
1660
|
-
|
|
1660
|
+
description: string;
|
|
1661
1661
|
uid: string;
|
|
1662
|
+
metadata: Record<string, any>;
|
|
1662
1663
|
createTime: string;
|
|
1663
1664
|
updateTime: string;
|
|
1664
|
-
|
|
1665
|
+
permission: {
|
|
1666
|
+
canEdit: boolean;
|
|
1667
|
+
canTrigger: boolean;
|
|
1668
|
+
};
|
|
1665
1669
|
id: string;
|
|
1666
1670
|
documentationUrl: string;
|
|
1667
1671
|
sourceUrl: string;
|
|
@@ -1745,11 +1749,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1745
1749
|
ownerName: string;
|
|
1746
1750
|
releases: {
|
|
1747
1751
|
name: string;
|
|
1748
|
-
|
|
1752
|
+
description: string;
|
|
1749
1753
|
uid: string;
|
|
1754
|
+
metadata: Record<string, any>;
|
|
1750
1755
|
createTime: string;
|
|
1751
1756
|
updateTime: string;
|
|
1752
|
-
description: string;
|
|
1753
1757
|
id: string;
|
|
1754
1758
|
recipe: Record<string, any>;
|
|
1755
1759
|
readme: string;
|
|
@@ -1761,10 +1765,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1761
1765
|
deleteTime?: string | undefined;
|
|
1762
1766
|
alias?: string | undefined;
|
|
1763
1767
|
}[];
|
|
1764
|
-
permission: {
|
|
1765
|
-
canEdit: boolean;
|
|
1766
|
-
canTrigger: boolean;
|
|
1767
|
-
};
|
|
1768
1768
|
tags: string[];
|
|
1769
1769
|
stats: {
|
|
1770
1770
|
lastRunTime: string;
|
|
@@ -1780,11 +1780,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1780
1780
|
totalSize: number;
|
|
1781
1781
|
pipelines: {
|
|
1782
1782
|
name: string;
|
|
1783
|
-
|
|
1783
|
+
description: string;
|
|
1784
1784
|
uid: string;
|
|
1785
|
+
metadata: Record<string, any>;
|
|
1785
1786
|
createTime: string;
|
|
1786
1787
|
updateTime: string;
|
|
1787
|
-
|
|
1788
|
+
permission: {
|
|
1789
|
+
canEdit: boolean;
|
|
1790
|
+
canTrigger: boolean;
|
|
1791
|
+
};
|
|
1788
1792
|
id: string;
|
|
1789
1793
|
documentationUrl: string;
|
|
1790
1794
|
sourceUrl: string;
|
|
@@ -1868,11 +1872,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1868
1872
|
ownerName: string;
|
|
1869
1873
|
releases: {
|
|
1870
1874
|
name: string;
|
|
1871
|
-
|
|
1875
|
+
description: string;
|
|
1872
1876
|
uid: string;
|
|
1877
|
+
metadata: Record<string, any>;
|
|
1873
1878
|
createTime: string;
|
|
1874
1879
|
updateTime: string;
|
|
1875
|
-
description: string;
|
|
1876
1880
|
id: string;
|
|
1877
1881
|
recipe: Record<string, any>;
|
|
1878
1882
|
readme: string;
|
|
@@ -1884,10 +1888,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1884
1888
|
deleteTime?: string | undefined;
|
|
1885
1889
|
alias?: string | undefined;
|
|
1886
1890
|
}[];
|
|
1887
|
-
permission: {
|
|
1888
|
-
canEdit: boolean;
|
|
1889
|
-
canTrigger: boolean;
|
|
1890
|
-
};
|
|
1891
1891
|
tags: string[];
|
|
1892
1892
|
stats: {
|
|
1893
1893
|
lastRunTime: string;
|
|
@@ -1901,11 +1901,15 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1901
1901
|
totalSize: number;
|
|
1902
1902
|
pipelines: {
|
|
1903
1903
|
name: string;
|
|
1904
|
-
|
|
1904
|
+
description: string;
|
|
1905
1905
|
uid: string;
|
|
1906
|
+
metadata: Record<string, any>;
|
|
1906
1907
|
createTime: string;
|
|
1907
1908
|
updateTime: string;
|
|
1908
|
-
|
|
1909
|
+
permission: {
|
|
1910
|
+
canEdit: boolean;
|
|
1911
|
+
canTrigger: boolean;
|
|
1912
|
+
};
|
|
1909
1913
|
id: string;
|
|
1910
1914
|
documentationUrl: string;
|
|
1911
1915
|
sourceUrl: string;
|
|
@@ -1989,11 +1993,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1989
1993
|
ownerName: string;
|
|
1990
1994
|
releases: {
|
|
1991
1995
|
name: string;
|
|
1992
|
-
|
|
1996
|
+
description: string;
|
|
1993
1997
|
uid: string;
|
|
1998
|
+
metadata: Record<string, any>;
|
|
1994
1999
|
createTime: string;
|
|
1995
2000
|
updateTime: string;
|
|
1996
|
-
description: string;
|
|
1997
2001
|
id: string;
|
|
1998
2002
|
recipe: Record<string, any>;
|
|
1999
2003
|
readme: string;
|
|
@@ -2005,10 +2009,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
2005
2009
|
deleteTime?: string | undefined;
|
|
2006
2010
|
alias?: string | undefined;
|
|
2007
2011
|
}[];
|
|
2008
|
-
permission: {
|
|
2009
|
-
canEdit: boolean;
|
|
2010
|
-
canTrigger: boolean;
|
|
2011
|
-
};
|
|
2012
2012
|
tags: string[];
|
|
2013
2013
|
stats: {
|
|
2014
2014
|
lastRunTime: string;
|
|
@@ -2486,11 +2486,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2486
2486
|
}>;
|
|
2487
2487
|
}, "strip", z.ZodTypeAny, {
|
|
2488
2488
|
name: string;
|
|
2489
|
-
|
|
2489
|
+
description: string;
|
|
2490
2490
|
uid: string;
|
|
2491
|
+
metadata: Record<string, any>;
|
|
2491
2492
|
createTime: string;
|
|
2492
2493
|
updateTime: string;
|
|
2493
|
-
description: string;
|
|
2494
2494
|
id: string;
|
|
2495
2495
|
recipe: Record<string, any>;
|
|
2496
2496
|
readme: string;
|
|
@@ -2503,11 +2503,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2503
2503
|
alias?: string | undefined;
|
|
2504
2504
|
}, {
|
|
2505
2505
|
name: string;
|
|
2506
|
-
|
|
2506
|
+
description: string;
|
|
2507
2507
|
uid: string;
|
|
2508
|
+
metadata: Record<string, any>;
|
|
2508
2509
|
createTime: string;
|
|
2509
2510
|
updateTime: string;
|
|
2510
|
-
description: string;
|
|
2511
2511
|
id: string;
|
|
2512
2512
|
recipe: Record<string, any>;
|
|
2513
2513
|
readme: string;
|
|
@@ -2597,11 +2597,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2597
2597
|
license: z.ZodString;
|
|
2598
2598
|
}, "strip", z.ZodTypeAny, {
|
|
2599
2599
|
name: string;
|
|
2600
|
-
|
|
2600
|
+
description: string;
|
|
2601
2601
|
uid: string;
|
|
2602
|
+
metadata: Record<string, any>;
|
|
2602
2603
|
createTime: string;
|
|
2603
2604
|
updateTime: string;
|
|
2604
|
-
|
|
2605
|
+
permission: {
|
|
2606
|
+
canEdit: boolean;
|
|
2607
|
+
canTrigger: boolean;
|
|
2608
|
+
};
|
|
2605
2609
|
id: string;
|
|
2606
2610
|
documentationUrl: string;
|
|
2607
2611
|
sourceUrl: string;
|
|
@@ -2685,11 +2689,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2685
2689
|
ownerName: string;
|
|
2686
2690
|
releases: {
|
|
2687
2691
|
name: string;
|
|
2688
|
-
|
|
2692
|
+
description: string;
|
|
2689
2693
|
uid: string;
|
|
2694
|
+
metadata: Record<string, any>;
|
|
2690
2695
|
createTime: string;
|
|
2691
2696
|
updateTime: string;
|
|
2692
|
-
description: string;
|
|
2693
2697
|
id: string;
|
|
2694
2698
|
recipe: Record<string, any>;
|
|
2695
2699
|
readme: string;
|
|
@@ -2701,10 +2705,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2701
2705
|
deleteTime?: string | undefined;
|
|
2702
2706
|
alias?: string | undefined;
|
|
2703
2707
|
}[];
|
|
2704
|
-
permission: {
|
|
2705
|
-
canEdit: boolean;
|
|
2706
|
-
canTrigger: boolean;
|
|
2707
|
-
};
|
|
2708
2708
|
tags: string[];
|
|
2709
2709
|
stats: {
|
|
2710
2710
|
lastRunTime: string;
|
|
@@ -2714,11 +2714,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2714
2714
|
license: string;
|
|
2715
2715
|
}, {
|
|
2716
2716
|
name: string;
|
|
2717
|
-
|
|
2717
|
+
description: string;
|
|
2718
2718
|
uid: string;
|
|
2719
|
+
metadata: Record<string, any>;
|
|
2719
2720
|
createTime: string;
|
|
2720
2721
|
updateTime: string;
|
|
2721
|
-
|
|
2722
|
+
permission: {
|
|
2723
|
+
canEdit: boolean;
|
|
2724
|
+
canTrigger: boolean;
|
|
2725
|
+
};
|
|
2722
2726
|
id: string;
|
|
2723
2727
|
documentationUrl: string;
|
|
2724
2728
|
sourceUrl: string;
|
|
@@ -2802,11 +2806,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2802
2806
|
ownerName: string;
|
|
2803
2807
|
releases: {
|
|
2804
2808
|
name: string;
|
|
2805
|
-
|
|
2809
|
+
description: string;
|
|
2806
2810
|
uid: string;
|
|
2811
|
+
metadata: Record<string, any>;
|
|
2807
2812
|
createTime: string;
|
|
2808
2813
|
updateTime: string;
|
|
2809
|
-
description: string;
|
|
2810
2814
|
id: string;
|
|
2811
2815
|
recipe: Record<string, any>;
|
|
2812
2816
|
readme: string;
|
|
@@ -2818,10 +2822,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2818
2822
|
deleteTime?: string | undefined;
|
|
2819
2823
|
alias?: string | undefined;
|
|
2820
2824
|
}[];
|
|
2821
|
-
permission: {
|
|
2822
|
-
canEdit: boolean;
|
|
2823
|
-
canTrigger: boolean;
|
|
2824
|
-
};
|
|
2825
2825
|
tags: string[];
|
|
2826
2826
|
stats: {
|
|
2827
2827
|
lastRunTime: string;
|
|
@@ -2837,11 +2837,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2837
2837
|
totalSize: number;
|
|
2838
2838
|
pipelines: {
|
|
2839
2839
|
name: string;
|
|
2840
|
-
|
|
2840
|
+
description: string;
|
|
2841
2841
|
uid: string;
|
|
2842
|
+
metadata: Record<string, any>;
|
|
2842
2843
|
createTime: string;
|
|
2843
2844
|
updateTime: string;
|
|
2844
|
-
|
|
2845
|
+
permission: {
|
|
2846
|
+
canEdit: boolean;
|
|
2847
|
+
canTrigger: boolean;
|
|
2848
|
+
};
|
|
2845
2849
|
id: string;
|
|
2846
2850
|
documentationUrl: string;
|
|
2847
2851
|
sourceUrl: string;
|
|
@@ -2925,11 +2929,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2925
2929
|
ownerName: string;
|
|
2926
2930
|
releases: {
|
|
2927
2931
|
name: string;
|
|
2928
|
-
|
|
2932
|
+
description: string;
|
|
2929
2933
|
uid: string;
|
|
2934
|
+
metadata: Record<string, any>;
|
|
2930
2935
|
createTime: string;
|
|
2931
2936
|
updateTime: string;
|
|
2932
|
-
description: string;
|
|
2933
2937
|
id: string;
|
|
2934
2938
|
recipe: Record<string, any>;
|
|
2935
2939
|
readme: string;
|
|
@@ -2941,10 +2945,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2941
2945
|
deleteTime?: string | undefined;
|
|
2942
2946
|
alias?: string | undefined;
|
|
2943
2947
|
}[];
|
|
2944
|
-
permission: {
|
|
2945
|
-
canEdit: boolean;
|
|
2946
|
-
canTrigger: boolean;
|
|
2947
|
-
};
|
|
2948
2948
|
tags: string[];
|
|
2949
2949
|
stats: {
|
|
2950
2950
|
lastRunTime: string;
|
|
@@ -2958,11 +2958,15 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2958
2958
|
totalSize: number;
|
|
2959
2959
|
pipelines: {
|
|
2960
2960
|
name: string;
|
|
2961
|
-
|
|
2961
|
+
description: string;
|
|
2962
2962
|
uid: string;
|
|
2963
|
+
metadata: Record<string, any>;
|
|
2963
2964
|
createTime: string;
|
|
2964
2965
|
updateTime: string;
|
|
2965
|
-
|
|
2966
|
+
permission: {
|
|
2967
|
+
canEdit: boolean;
|
|
2968
|
+
canTrigger: boolean;
|
|
2969
|
+
};
|
|
2966
2970
|
id: string;
|
|
2967
2971
|
documentationUrl: string;
|
|
2968
2972
|
sourceUrl: string;
|
|
@@ -3046,11 +3050,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3046
3050
|
ownerName: string;
|
|
3047
3051
|
releases: {
|
|
3048
3052
|
name: string;
|
|
3049
|
-
|
|
3053
|
+
description: string;
|
|
3050
3054
|
uid: string;
|
|
3055
|
+
metadata: Record<string, any>;
|
|
3051
3056
|
createTime: string;
|
|
3052
3057
|
updateTime: string;
|
|
3053
|
-
description: string;
|
|
3054
3058
|
id: string;
|
|
3055
3059
|
recipe: Record<string, any>;
|
|
3056
3060
|
readme: string;
|
|
@@ -3062,10 +3066,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3062
3066
|
deleteTime?: string | undefined;
|
|
3063
3067
|
alias?: string | undefined;
|
|
3064
3068
|
}[];
|
|
3065
|
-
permission: {
|
|
3066
|
-
canEdit: boolean;
|
|
3067
|
-
canTrigger: boolean;
|
|
3068
|
-
};
|
|
3069
3069
|
tags: string[];
|
|
3070
3070
|
stats: {
|
|
3071
3071
|
lastRunTime: string;
|
|
@@ -3536,11 +3536,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3536
3536
|
}>;
|
|
3537
3537
|
}, "strip", z.ZodTypeAny, {
|
|
3538
3538
|
name: string;
|
|
3539
|
-
|
|
3539
|
+
description: string;
|
|
3540
3540
|
uid: string;
|
|
3541
|
+
metadata: Record<string, any>;
|
|
3541
3542
|
createTime: string;
|
|
3542
3543
|
updateTime: string;
|
|
3543
|
-
description: string;
|
|
3544
3544
|
id: string;
|
|
3545
3545
|
recipe: Record<string, any>;
|
|
3546
3546
|
readme: string;
|
|
@@ -3553,11 +3553,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3553
3553
|
alias?: string | undefined;
|
|
3554
3554
|
}, {
|
|
3555
3555
|
name: string;
|
|
3556
|
-
|
|
3556
|
+
description: string;
|
|
3557
3557
|
uid: string;
|
|
3558
|
+
metadata: Record<string, any>;
|
|
3558
3559
|
createTime: string;
|
|
3559
3560
|
updateTime: string;
|
|
3560
|
-
description: string;
|
|
3561
3561
|
id: string;
|
|
3562
3562
|
recipe: Record<string, any>;
|
|
3563
3563
|
readme: string;
|
|
@@ -3647,11 +3647,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3647
3647
|
license: z.ZodString;
|
|
3648
3648
|
}, "strip", z.ZodTypeAny, {
|
|
3649
3649
|
name: string;
|
|
3650
|
-
|
|
3650
|
+
description: string;
|
|
3651
3651
|
uid: string;
|
|
3652
|
+
metadata: Record<string, any>;
|
|
3652
3653
|
createTime: string;
|
|
3653
3654
|
updateTime: string;
|
|
3654
|
-
|
|
3655
|
+
permission: {
|
|
3656
|
+
canEdit: boolean;
|
|
3657
|
+
canTrigger: boolean;
|
|
3658
|
+
};
|
|
3655
3659
|
id: string;
|
|
3656
3660
|
documentationUrl: string;
|
|
3657
3661
|
sourceUrl: string;
|
|
@@ -3735,11 +3739,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3735
3739
|
ownerName: string;
|
|
3736
3740
|
releases: {
|
|
3737
3741
|
name: string;
|
|
3738
|
-
|
|
3742
|
+
description: string;
|
|
3739
3743
|
uid: string;
|
|
3744
|
+
metadata: Record<string, any>;
|
|
3740
3745
|
createTime: string;
|
|
3741
3746
|
updateTime: string;
|
|
3742
|
-
description: string;
|
|
3743
3747
|
id: string;
|
|
3744
3748
|
recipe: Record<string, any>;
|
|
3745
3749
|
readme: string;
|
|
@@ -3751,10 +3755,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3751
3755
|
deleteTime?: string | undefined;
|
|
3752
3756
|
alias?: string | undefined;
|
|
3753
3757
|
}[];
|
|
3754
|
-
permission: {
|
|
3755
|
-
canEdit: boolean;
|
|
3756
|
-
canTrigger: boolean;
|
|
3757
|
-
};
|
|
3758
3758
|
tags: string[];
|
|
3759
3759
|
stats: {
|
|
3760
3760
|
lastRunTime: string;
|
|
@@ -3764,11 +3764,15 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3764
3764
|
license: string;
|
|
3765
3765
|
}, {
|
|
3766
3766
|
name: string;
|
|
3767
|
-
|
|
3767
|
+
description: string;
|
|
3768
3768
|
uid: string;
|
|
3769
|
+
metadata: Record<string, any>;
|
|
3769
3770
|
createTime: string;
|
|
3770
3771
|
updateTime: string;
|
|
3771
|
-
|
|
3772
|
+
permission: {
|
|
3773
|
+
canEdit: boolean;
|
|
3774
|
+
canTrigger: boolean;
|
|
3775
|
+
};
|
|
3772
3776
|
id: string;
|
|
3773
3777
|
documentationUrl: string;
|
|
3774
3778
|
sourceUrl: string;
|
|
@@ -3852,11 +3856,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3852
3856
|
ownerName: string;
|
|
3853
3857
|
releases: {
|
|
3854
3858
|
name: string;
|
|
3855
|
-
|
|
3859
|
+
description: string;
|
|
3856
3860
|
uid: string;
|
|
3861
|
+
metadata: Record<string, any>;
|
|
3857
3862
|
createTime: string;
|
|
3858
3863
|
updateTime: string;
|
|
3859
|
-
description: string;
|
|
3860
3864
|
id: string;
|
|
3861
3865
|
recipe: Record<string, any>;
|
|
3862
3866
|
readme: string;
|
|
@@ -3868,10 +3872,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3868
3872
|
deleteTime?: string | undefined;
|
|
3869
3873
|
alias?: string | undefined;
|
|
3870
3874
|
}[];
|
|
3871
|
-
permission: {
|
|
3872
|
-
canEdit: boolean;
|
|
3873
|
-
canTrigger: boolean;
|
|
3874
|
-
};
|
|
3875
3875
|
tags: string[];
|
|
3876
3876
|
stats: {
|
|
3877
3877
|
lastRunTime: string;
|
|
@@ -4345,11 +4345,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4345
4345
|
}>;
|
|
4346
4346
|
}, "strip", z.ZodTypeAny, {
|
|
4347
4347
|
name: string;
|
|
4348
|
-
|
|
4348
|
+
description: string;
|
|
4349
4349
|
uid: string;
|
|
4350
|
+
metadata: Record<string, any>;
|
|
4350
4351
|
createTime: string;
|
|
4351
4352
|
updateTime: string;
|
|
4352
|
-
description: string;
|
|
4353
4353
|
id: string;
|
|
4354
4354
|
recipe: Record<string, any>;
|
|
4355
4355
|
readme: string;
|
|
@@ -4362,11 +4362,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4362
4362
|
alias?: string | undefined;
|
|
4363
4363
|
}, {
|
|
4364
4364
|
name: string;
|
|
4365
|
-
|
|
4365
|
+
description: string;
|
|
4366
4366
|
uid: string;
|
|
4367
|
+
metadata: Record<string, any>;
|
|
4367
4368
|
createTime: string;
|
|
4368
4369
|
updateTime: string;
|
|
4369
|
-
description: string;
|
|
4370
4370
|
id: string;
|
|
4371
4371
|
recipe: Record<string, any>;
|
|
4372
4372
|
readme: string;
|
|
@@ -4456,11 +4456,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4456
4456
|
license: z.ZodString;
|
|
4457
4457
|
}, "strip", z.ZodTypeAny, {
|
|
4458
4458
|
name: string;
|
|
4459
|
-
|
|
4459
|
+
description: string;
|
|
4460
4460
|
uid: string;
|
|
4461
|
+
metadata: Record<string, any>;
|
|
4461
4462
|
createTime: string;
|
|
4462
4463
|
updateTime: string;
|
|
4463
|
-
|
|
4464
|
+
permission: {
|
|
4465
|
+
canEdit: boolean;
|
|
4466
|
+
canTrigger: boolean;
|
|
4467
|
+
};
|
|
4464
4468
|
id: string;
|
|
4465
4469
|
documentationUrl: string;
|
|
4466
4470
|
sourceUrl: string;
|
|
@@ -4544,11 +4548,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4544
4548
|
ownerName: string;
|
|
4545
4549
|
releases: {
|
|
4546
4550
|
name: string;
|
|
4547
|
-
|
|
4551
|
+
description: string;
|
|
4548
4552
|
uid: string;
|
|
4553
|
+
metadata: Record<string, any>;
|
|
4549
4554
|
createTime: string;
|
|
4550
4555
|
updateTime: string;
|
|
4551
|
-
description: string;
|
|
4552
4556
|
id: string;
|
|
4553
4557
|
recipe: Record<string, any>;
|
|
4554
4558
|
readme: string;
|
|
@@ -4560,10 +4564,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4560
4564
|
deleteTime?: string | undefined;
|
|
4561
4565
|
alias?: string | undefined;
|
|
4562
4566
|
}[];
|
|
4563
|
-
permission: {
|
|
4564
|
-
canEdit: boolean;
|
|
4565
|
-
canTrigger: boolean;
|
|
4566
|
-
};
|
|
4567
4567
|
tags: string[];
|
|
4568
4568
|
stats: {
|
|
4569
4569
|
lastRunTime: string;
|
|
@@ -4573,11 +4573,15 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4573
4573
|
license: string;
|
|
4574
4574
|
}, {
|
|
4575
4575
|
name: string;
|
|
4576
|
-
|
|
4576
|
+
description: string;
|
|
4577
4577
|
uid: string;
|
|
4578
|
+
metadata: Record<string, any>;
|
|
4578
4579
|
createTime: string;
|
|
4579
4580
|
updateTime: string;
|
|
4580
|
-
|
|
4581
|
+
permission: {
|
|
4582
|
+
canEdit: boolean;
|
|
4583
|
+
canTrigger: boolean;
|
|
4584
|
+
};
|
|
4581
4585
|
id: string;
|
|
4582
4586
|
documentationUrl: string;
|
|
4583
4587
|
sourceUrl: string;
|
|
@@ -4661,11 +4665,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4661
4665
|
ownerName: string;
|
|
4662
4666
|
releases: {
|
|
4663
4667
|
name: string;
|
|
4664
|
-
|
|
4668
|
+
description: string;
|
|
4665
4669
|
uid: string;
|
|
4670
|
+
metadata: Record<string, any>;
|
|
4666
4671
|
createTime: string;
|
|
4667
4672
|
updateTime: string;
|
|
4668
|
-
description: string;
|
|
4669
4673
|
id: string;
|
|
4670
4674
|
recipe: Record<string, any>;
|
|
4671
4675
|
readme: string;
|
|
@@ -4677,10 +4681,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4677
4681
|
deleteTime?: string | undefined;
|
|
4678
4682
|
alias?: string | undefined;
|
|
4679
4683
|
}[];
|
|
4680
|
-
permission: {
|
|
4681
|
-
canEdit: boolean;
|
|
4682
|
-
canTrigger: boolean;
|
|
4683
|
-
};
|
|
4684
4684
|
tags: string[];
|
|
4685
4685
|
stats: {
|
|
4686
4686
|
lastRunTime: string;
|
|
@@ -5163,11 +5163,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5163
5163
|
}>;
|
|
5164
5164
|
}, "strip", z.ZodTypeAny, {
|
|
5165
5165
|
name: string;
|
|
5166
|
-
|
|
5166
|
+
description: string;
|
|
5167
5167
|
uid: string;
|
|
5168
|
+
metadata: Record<string, any>;
|
|
5168
5169
|
createTime: string;
|
|
5169
5170
|
updateTime: string;
|
|
5170
|
-
description: string;
|
|
5171
5171
|
id: string;
|
|
5172
5172
|
recipe: Record<string, any>;
|
|
5173
5173
|
readme: string;
|
|
@@ -5180,11 +5180,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5180
5180
|
alias?: string | undefined;
|
|
5181
5181
|
}, {
|
|
5182
5182
|
name: string;
|
|
5183
|
-
|
|
5183
|
+
description: string;
|
|
5184
5184
|
uid: string;
|
|
5185
|
+
metadata: Record<string, any>;
|
|
5185
5186
|
createTime: string;
|
|
5186
5187
|
updateTime: string;
|
|
5187
|
-
description: string;
|
|
5188
5188
|
id: string;
|
|
5189
5189
|
recipe: Record<string, any>;
|
|
5190
5190
|
readme: string;
|
|
@@ -5274,11 +5274,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5274
5274
|
license: z.ZodString;
|
|
5275
5275
|
}, "strip", z.ZodTypeAny, {
|
|
5276
5276
|
name: string;
|
|
5277
|
-
|
|
5277
|
+
description: string;
|
|
5278
5278
|
uid: string;
|
|
5279
|
+
metadata: Record<string, any>;
|
|
5279
5280
|
createTime: string;
|
|
5280
5281
|
updateTime: string;
|
|
5281
|
-
|
|
5282
|
+
permission: {
|
|
5283
|
+
canEdit: boolean;
|
|
5284
|
+
canTrigger: boolean;
|
|
5285
|
+
};
|
|
5282
5286
|
id: string;
|
|
5283
5287
|
documentationUrl: string;
|
|
5284
5288
|
sourceUrl: string;
|
|
@@ -5362,11 +5366,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5362
5366
|
ownerName: string;
|
|
5363
5367
|
releases: {
|
|
5364
5368
|
name: string;
|
|
5365
|
-
|
|
5369
|
+
description: string;
|
|
5366
5370
|
uid: string;
|
|
5371
|
+
metadata: Record<string, any>;
|
|
5367
5372
|
createTime: string;
|
|
5368
5373
|
updateTime: string;
|
|
5369
|
-
description: string;
|
|
5370
5374
|
id: string;
|
|
5371
5375
|
recipe: Record<string, any>;
|
|
5372
5376
|
readme: string;
|
|
@@ -5378,10 +5382,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5378
5382
|
deleteTime?: string | undefined;
|
|
5379
5383
|
alias?: string | undefined;
|
|
5380
5384
|
}[];
|
|
5381
|
-
permission: {
|
|
5382
|
-
canEdit: boolean;
|
|
5383
|
-
canTrigger: boolean;
|
|
5384
|
-
};
|
|
5385
5385
|
tags: string[];
|
|
5386
5386
|
stats: {
|
|
5387
5387
|
lastRunTime: string;
|
|
@@ -5391,11 +5391,15 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5391
5391
|
license: string;
|
|
5392
5392
|
}, {
|
|
5393
5393
|
name: string;
|
|
5394
|
-
|
|
5394
|
+
description: string;
|
|
5395
5395
|
uid: string;
|
|
5396
|
+
metadata: Record<string, any>;
|
|
5396
5397
|
createTime: string;
|
|
5397
5398
|
updateTime: string;
|
|
5398
|
-
|
|
5399
|
+
permission: {
|
|
5400
|
+
canEdit: boolean;
|
|
5401
|
+
canTrigger: boolean;
|
|
5402
|
+
};
|
|
5399
5403
|
id: string;
|
|
5400
5404
|
documentationUrl: string;
|
|
5401
5405
|
sourceUrl: string;
|
|
@@ -5479,11 +5483,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5479
5483
|
ownerName: string;
|
|
5480
5484
|
releases: {
|
|
5481
5485
|
name: string;
|
|
5482
|
-
|
|
5486
|
+
description: string;
|
|
5483
5487
|
uid: string;
|
|
5488
|
+
metadata: Record<string, any>;
|
|
5484
5489
|
createTime: string;
|
|
5485
5490
|
updateTime: string;
|
|
5486
|
-
description: string;
|
|
5487
5491
|
id: string;
|
|
5488
5492
|
recipe: Record<string, any>;
|
|
5489
5493
|
readme: string;
|
|
@@ -5495,10 +5499,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5495
5499
|
deleteTime?: string | undefined;
|
|
5496
5500
|
alias?: string | undefined;
|
|
5497
5501
|
}[];
|
|
5498
|
-
permission: {
|
|
5499
|
-
canEdit: boolean;
|
|
5500
|
-
canTrigger: boolean;
|
|
5501
|
-
};
|
|
5502
5502
|
tags: string[];
|
|
5503
5503
|
stats: {
|
|
5504
5504
|
lastRunTime: string;
|