instill-sdk 0.19.0-rc.19 → 0.19.0-rc.20
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 +12 -12
- package/dist/table/types.d.ts +1 -1
- package/dist/table/types.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/vdp/component/types.d.ts +22 -22
- package/dist/vdp/pipeline/types.d.ts +76 -76
- package/dist/vdp/release/types.d.ts +2 -2
- package/package.json +3 -3
|
@@ -603,8 +603,8 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
603
603
|
uid: string;
|
|
604
604
|
createTime: string;
|
|
605
605
|
updateTime: string;
|
|
606
|
-
id: string;
|
|
607
606
|
description: string;
|
|
607
|
+
id: string;
|
|
608
608
|
recipe: Record<string, any>;
|
|
609
609
|
readme: string;
|
|
610
610
|
rawRecipe: string;
|
|
@@ -620,8 +620,8 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
620
620
|
uid: string;
|
|
621
621
|
createTime: string;
|
|
622
622
|
updateTime: string;
|
|
623
|
-
id: string;
|
|
624
623
|
description: string;
|
|
624
|
+
id: string;
|
|
625
625
|
recipe: Record<string, any>;
|
|
626
626
|
readme: string;
|
|
627
627
|
rawRecipe: string;
|
|
@@ -714,8 +714,10 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
714
714
|
uid: string;
|
|
715
715
|
createTime: string;
|
|
716
716
|
updateTime: string;
|
|
717
|
-
id: string;
|
|
718
717
|
description: string;
|
|
718
|
+
id: string;
|
|
719
|
+
documentationUrl: string;
|
|
720
|
+
sourceUrl: string;
|
|
719
721
|
owner: {
|
|
720
722
|
user: {
|
|
721
723
|
name: string;
|
|
@@ -775,8 +777,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
775
777
|
} | undefined;
|
|
776
778
|
};
|
|
777
779
|
};
|
|
778
|
-
documentationUrl: string;
|
|
779
|
-
sourceUrl: string;
|
|
780
780
|
recipe: Record<string, any>;
|
|
781
781
|
readme: string;
|
|
782
782
|
dataSpecification: {
|
|
@@ -802,8 +802,8 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
802
802
|
uid: string;
|
|
803
803
|
createTime: string;
|
|
804
804
|
updateTime: string;
|
|
805
|
-
id: string;
|
|
806
805
|
description: string;
|
|
806
|
+
id: string;
|
|
807
807
|
recipe: Record<string, any>;
|
|
808
808
|
readme: string;
|
|
809
809
|
rawRecipe: string;
|
|
@@ -831,8 +831,10 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
831
831
|
uid: string;
|
|
832
832
|
createTime: string;
|
|
833
833
|
updateTime: string;
|
|
834
|
-
id: string;
|
|
835
834
|
description: string;
|
|
835
|
+
id: string;
|
|
836
|
+
documentationUrl: string;
|
|
837
|
+
sourceUrl: string;
|
|
836
838
|
owner: {
|
|
837
839
|
user: {
|
|
838
840
|
name: string;
|
|
@@ -892,8 +894,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
892
894
|
} | undefined;
|
|
893
895
|
};
|
|
894
896
|
};
|
|
895
|
-
documentationUrl: string;
|
|
896
|
-
sourceUrl: string;
|
|
897
897
|
recipe: Record<string, any>;
|
|
898
898
|
readme: string;
|
|
899
899
|
dataSpecification: {
|
|
@@ -919,8 +919,8 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
919
919
|
uid: string;
|
|
920
920
|
createTime: string;
|
|
921
921
|
updateTime: string;
|
|
922
|
-
id: string;
|
|
923
922
|
description: string;
|
|
923
|
+
id: string;
|
|
924
924
|
recipe: Record<string, any>;
|
|
925
925
|
readme: string;
|
|
926
926
|
rawRecipe: string;
|
|
@@ -1433,8 +1433,8 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1433
1433
|
uid: string;
|
|
1434
1434
|
createTime: string;
|
|
1435
1435
|
updateTime: string;
|
|
1436
|
-
id: string;
|
|
1437
1436
|
description: string;
|
|
1437
|
+
id: string;
|
|
1438
1438
|
recipe: Record<string, any>;
|
|
1439
1439
|
readme: string;
|
|
1440
1440
|
rawRecipe: string;
|
|
@@ -1450,8 +1450,8 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1450
1450
|
uid: string;
|
|
1451
1451
|
createTime: string;
|
|
1452
1452
|
updateTime: string;
|
|
1453
|
-
id: string;
|
|
1454
1453
|
description: string;
|
|
1454
|
+
id: string;
|
|
1455
1455
|
recipe: Record<string, any>;
|
|
1456
1456
|
readme: string;
|
|
1457
1457
|
rawRecipe: string;
|
|
@@ -1544,8 +1544,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1544
1544
|
uid: string;
|
|
1545
1545
|
createTime: string;
|
|
1546
1546
|
updateTime: string;
|
|
1547
|
-
id: string;
|
|
1548
1547
|
description: string;
|
|
1548
|
+
id: string;
|
|
1549
|
+
documentationUrl: string;
|
|
1550
|
+
sourceUrl: string;
|
|
1549
1551
|
owner: {
|
|
1550
1552
|
user: {
|
|
1551
1553
|
name: string;
|
|
@@ -1605,8 +1607,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1605
1607
|
} | undefined;
|
|
1606
1608
|
};
|
|
1607
1609
|
};
|
|
1608
|
-
documentationUrl: string;
|
|
1609
|
-
sourceUrl: string;
|
|
1610
1610
|
recipe: Record<string, any>;
|
|
1611
1611
|
readme: string;
|
|
1612
1612
|
dataSpecification: {
|
|
@@ -1632,8 +1632,8 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1632
1632
|
uid: string;
|
|
1633
1633
|
createTime: string;
|
|
1634
1634
|
updateTime: string;
|
|
1635
|
-
id: string;
|
|
1636
1635
|
description: string;
|
|
1636
|
+
id: string;
|
|
1637
1637
|
recipe: Record<string, any>;
|
|
1638
1638
|
readme: string;
|
|
1639
1639
|
rawRecipe: string;
|
|
@@ -1661,8 +1661,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1661
1661
|
uid: string;
|
|
1662
1662
|
createTime: string;
|
|
1663
1663
|
updateTime: string;
|
|
1664
|
-
id: string;
|
|
1665
1664
|
description: string;
|
|
1665
|
+
id: string;
|
|
1666
|
+
documentationUrl: string;
|
|
1667
|
+
sourceUrl: string;
|
|
1666
1668
|
owner: {
|
|
1667
1669
|
user: {
|
|
1668
1670
|
name: string;
|
|
@@ -1722,8 +1724,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1722
1724
|
} | undefined;
|
|
1723
1725
|
};
|
|
1724
1726
|
};
|
|
1725
|
-
documentationUrl: string;
|
|
1726
|
-
sourceUrl: string;
|
|
1727
1727
|
recipe: Record<string, any>;
|
|
1728
1728
|
readme: string;
|
|
1729
1729
|
dataSpecification: {
|
|
@@ -1749,8 +1749,8 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1749
1749
|
uid: string;
|
|
1750
1750
|
createTime: string;
|
|
1751
1751
|
updateTime: string;
|
|
1752
|
-
id: string;
|
|
1753
1752
|
description: string;
|
|
1753
|
+
id: string;
|
|
1754
1754
|
recipe: Record<string, any>;
|
|
1755
1755
|
readme: string;
|
|
1756
1756
|
rawRecipe: string;
|
|
@@ -1784,8 +1784,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1784
1784
|
uid: string;
|
|
1785
1785
|
createTime: string;
|
|
1786
1786
|
updateTime: string;
|
|
1787
|
-
id: string;
|
|
1788
1787
|
description: string;
|
|
1788
|
+
id: string;
|
|
1789
|
+
documentationUrl: string;
|
|
1790
|
+
sourceUrl: string;
|
|
1789
1791
|
owner: {
|
|
1790
1792
|
user: {
|
|
1791
1793
|
name: string;
|
|
@@ -1845,8 +1847,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1845
1847
|
} | undefined;
|
|
1846
1848
|
};
|
|
1847
1849
|
};
|
|
1848
|
-
documentationUrl: string;
|
|
1849
|
-
sourceUrl: string;
|
|
1850
1850
|
recipe: Record<string, any>;
|
|
1851
1851
|
readme: string;
|
|
1852
1852
|
dataSpecification: {
|
|
@@ -1872,8 +1872,8 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1872
1872
|
uid: string;
|
|
1873
1873
|
createTime: string;
|
|
1874
1874
|
updateTime: string;
|
|
1875
|
-
id: string;
|
|
1876
1875
|
description: string;
|
|
1876
|
+
id: string;
|
|
1877
1877
|
recipe: Record<string, any>;
|
|
1878
1878
|
readme: string;
|
|
1879
1879
|
rawRecipe: string;
|
|
@@ -1905,8 +1905,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1905
1905
|
uid: string;
|
|
1906
1906
|
createTime: string;
|
|
1907
1907
|
updateTime: string;
|
|
1908
|
-
id: string;
|
|
1909
1908
|
description: string;
|
|
1909
|
+
id: string;
|
|
1910
|
+
documentationUrl: string;
|
|
1911
|
+
sourceUrl: string;
|
|
1910
1912
|
owner: {
|
|
1911
1913
|
user: {
|
|
1912
1914
|
name: string;
|
|
@@ -1966,8 +1968,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1966
1968
|
} | undefined;
|
|
1967
1969
|
};
|
|
1968
1970
|
};
|
|
1969
|
-
documentationUrl: string;
|
|
1970
|
-
sourceUrl: string;
|
|
1971
1971
|
recipe: Record<string, any>;
|
|
1972
1972
|
readme: string;
|
|
1973
1973
|
dataSpecification: {
|
|
@@ -1993,8 +1993,8 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1993
1993
|
uid: string;
|
|
1994
1994
|
createTime: string;
|
|
1995
1995
|
updateTime: string;
|
|
1996
|
-
id: string;
|
|
1997
1996
|
description: string;
|
|
1997
|
+
id: string;
|
|
1998
1998
|
recipe: Record<string, any>;
|
|
1999
1999
|
readme: string;
|
|
2000
2000
|
rawRecipe: string;
|
|
@@ -2490,8 +2490,8 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2490
2490
|
uid: string;
|
|
2491
2491
|
createTime: string;
|
|
2492
2492
|
updateTime: string;
|
|
2493
|
-
id: string;
|
|
2494
2493
|
description: string;
|
|
2494
|
+
id: string;
|
|
2495
2495
|
recipe: Record<string, any>;
|
|
2496
2496
|
readme: string;
|
|
2497
2497
|
rawRecipe: string;
|
|
@@ -2507,8 +2507,8 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2507
2507
|
uid: string;
|
|
2508
2508
|
createTime: string;
|
|
2509
2509
|
updateTime: string;
|
|
2510
|
-
id: string;
|
|
2511
2510
|
description: string;
|
|
2511
|
+
id: string;
|
|
2512
2512
|
recipe: Record<string, any>;
|
|
2513
2513
|
readme: string;
|
|
2514
2514
|
rawRecipe: string;
|
|
@@ -2601,8 +2601,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2601
2601
|
uid: string;
|
|
2602
2602
|
createTime: string;
|
|
2603
2603
|
updateTime: string;
|
|
2604
|
-
id: string;
|
|
2605
2604
|
description: string;
|
|
2605
|
+
id: string;
|
|
2606
|
+
documentationUrl: string;
|
|
2607
|
+
sourceUrl: string;
|
|
2606
2608
|
owner: {
|
|
2607
2609
|
user: {
|
|
2608
2610
|
name: string;
|
|
@@ -2662,8 +2664,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2662
2664
|
} | undefined;
|
|
2663
2665
|
};
|
|
2664
2666
|
};
|
|
2665
|
-
documentationUrl: string;
|
|
2666
|
-
sourceUrl: string;
|
|
2667
2667
|
recipe: Record<string, any>;
|
|
2668
2668
|
readme: string;
|
|
2669
2669
|
dataSpecification: {
|
|
@@ -2689,8 +2689,8 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2689
2689
|
uid: string;
|
|
2690
2690
|
createTime: string;
|
|
2691
2691
|
updateTime: string;
|
|
2692
|
-
id: string;
|
|
2693
2692
|
description: string;
|
|
2693
|
+
id: string;
|
|
2694
2694
|
recipe: Record<string, any>;
|
|
2695
2695
|
readme: string;
|
|
2696
2696
|
rawRecipe: string;
|
|
@@ -2718,8 +2718,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2718
2718
|
uid: string;
|
|
2719
2719
|
createTime: string;
|
|
2720
2720
|
updateTime: string;
|
|
2721
|
-
id: string;
|
|
2722
2721
|
description: string;
|
|
2722
|
+
id: string;
|
|
2723
|
+
documentationUrl: string;
|
|
2724
|
+
sourceUrl: string;
|
|
2723
2725
|
owner: {
|
|
2724
2726
|
user: {
|
|
2725
2727
|
name: string;
|
|
@@ -2779,8 +2781,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2779
2781
|
} | undefined;
|
|
2780
2782
|
};
|
|
2781
2783
|
};
|
|
2782
|
-
documentationUrl: string;
|
|
2783
|
-
sourceUrl: string;
|
|
2784
2784
|
recipe: Record<string, any>;
|
|
2785
2785
|
readme: string;
|
|
2786
2786
|
dataSpecification: {
|
|
@@ -2806,8 +2806,8 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2806
2806
|
uid: string;
|
|
2807
2807
|
createTime: string;
|
|
2808
2808
|
updateTime: string;
|
|
2809
|
-
id: string;
|
|
2810
2809
|
description: string;
|
|
2810
|
+
id: string;
|
|
2811
2811
|
recipe: Record<string, any>;
|
|
2812
2812
|
readme: string;
|
|
2813
2813
|
rawRecipe: string;
|
|
@@ -2841,8 +2841,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2841
2841
|
uid: string;
|
|
2842
2842
|
createTime: string;
|
|
2843
2843
|
updateTime: string;
|
|
2844
|
-
id: string;
|
|
2845
2844
|
description: string;
|
|
2845
|
+
id: string;
|
|
2846
|
+
documentationUrl: string;
|
|
2847
|
+
sourceUrl: string;
|
|
2846
2848
|
owner: {
|
|
2847
2849
|
user: {
|
|
2848
2850
|
name: string;
|
|
@@ -2902,8 +2904,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2902
2904
|
} | undefined;
|
|
2903
2905
|
};
|
|
2904
2906
|
};
|
|
2905
|
-
documentationUrl: string;
|
|
2906
|
-
sourceUrl: string;
|
|
2907
2907
|
recipe: Record<string, any>;
|
|
2908
2908
|
readme: string;
|
|
2909
2909
|
dataSpecification: {
|
|
@@ -2929,8 +2929,8 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2929
2929
|
uid: string;
|
|
2930
2930
|
createTime: string;
|
|
2931
2931
|
updateTime: string;
|
|
2932
|
-
id: string;
|
|
2933
2932
|
description: string;
|
|
2933
|
+
id: string;
|
|
2934
2934
|
recipe: Record<string, any>;
|
|
2935
2935
|
readme: string;
|
|
2936
2936
|
rawRecipe: string;
|
|
@@ -2962,8 +2962,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2962
2962
|
uid: string;
|
|
2963
2963
|
createTime: string;
|
|
2964
2964
|
updateTime: string;
|
|
2965
|
-
id: string;
|
|
2966
2965
|
description: string;
|
|
2966
|
+
id: string;
|
|
2967
|
+
documentationUrl: string;
|
|
2968
|
+
sourceUrl: string;
|
|
2967
2969
|
owner: {
|
|
2968
2970
|
user: {
|
|
2969
2971
|
name: string;
|
|
@@ -3023,8 +3025,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3023
3025
|
} | undefined;
|
|
3024
3026
|
};
|
|
3025
3027
|
};
|
|
3026
|
-
documentationUrl: string;
|
|
3027
|
-
sourceUrl: string;
|
|
3028
3028
|
recipe: Record<string, any>;
|
|
3029
3029
|
readme: string;
|
|
3030
3030
|
dataSpecification: {
|
|
@@ -3050,8 +3050,8 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3050
3050
|
uid: string;
|
|
3051
3051
|
createTime: string;
|
|
3052
3052
|
updateTime: string;
|
|
3053
|
-
id: string;
|
|
3054
3053
|
description: string;
|
|
3054
|
+
id: string;
|
|
3055
3055
|
recipe: Record<string, any>;
|
|
3056
3056
|
readme: string;
|
|
3057
3057
|
rawRecipe: string;
|
|
@@ -3540,8 +3540,8 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3540
3540
|
uid: string;
|
|
3541
3541
|
createTime: string;
|
|
3542
3542
|
updateTime: string;
|
|
3543
|
-
id: string;
|
|
3544
3543
|
description: string;
|
|
3544
|
+
id: string;
|
|
3545
3545
|
recipe: Record<string, any>;
|
|
3546
3546
|
readme: string;
|
|
3547
3547
|
rawRecipe: string;
|
|
@@ -3557,8 +3557,8 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3557
3557
|
uid: string;
|
|
3558
3558
|
createTime: string;
|
|
3559
3559
|
updateTime: string;
|
|
3560
|
-
id: string;
|
|
3561
3560
|
description: string;
|
|
3561
|
+
id: string;
|
|
3562
3562
|
recipe: Record<string, any>;
|
|
3563
3563
|
readme: string;
|
|
3564
3564
|
rawRecipe: string;
|
|
@@ -3651,8 +3651,10 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3651
3651
|
uid: string;
|
|
3652
3652
|
createTime: string;
|
|
3653
3653
|
updateTime: string;
|
|
3654
|
-
id: string;
|
|
3655
3654
|
description: string;
|
|
3655
|
+
id: string;
|
|
3656
|
+
documentationUrl: string;
|
|
3657
|
+
sourceUrl: string;
|
|
3656
3658
|
owner: {
|
|
3657
3659
|
user: {
|
|
3658
3660
|
name: string;
|
|
@@ -3712,8 +3714,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3712
3714
|
} | undefined;
|
|
3713
3715
|
};
|
|
3714
3716
|
};
|
|
3715
|
-
documentationUrl: string;
|
|
3716
|
-
sourceUrl: string;
|
|
3717
3717
|
recipe: Record<string, any>;
|
|
3718
3718
|
readme: string;
|
|
3719
3719
|
dataSpecification: {
|
|
@@ -3739,8 +3739,8 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3739
3739
|
uid: string;
|
|
3740
3740
|
createTime: string;
|
|
3741
3741
|
updateTime: string;
|
|
3742
|
-
id: string;
|
|
3743
3742
|
description: string;
|
|
3743
|
+
id: string;
|
|
3744
3744
|
recipe: Record<string, any>;
|
|
3745
3745
|
readme: string;
|
|
3746
3746
|
rawRecipe: string;
|
|
@@ -3768,8 +3768,10 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3768
3768
|
uid: string;
|
|
3769
3769
|
createTime: string;
|
|
3770
3770
|
updateTime: string;
|
|
3771
|
-
id: string;
|
|
3772
3771
|
description: string;
|
|
3772
|
+
id: string;
|
|
3773
|
+
documentationUrl: string;
|
|
3774
|
+
sourceUrl: string;
|
|
3773
3775
|
owner: {
|
|
3774
3776
|
user: {
|
|
3775
3777
|
name: string;
|
|
@@ -3829,8 +3831,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3829
3831
|
} | undefined;
|
|
3830
3832
|
};
|
|
3831
3833
|
};
|
|
3832
|
-
documentationUrl: string;
|
|
3833
|
-
sourceUrl: string;
|
|
3834
3834
|
recipe: Record<string, any>;
|
|
3835
3835
|
readme: string;
|
|
3836
3836
|
dataSpecification: {
|
|
@@ -3856,8 +3856,8 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3856
3856
|
uid: string;
|
|
3857
3857
|
createTime: string;
|
|
3858
3858
|
updateTime: string;
|
|
3859
|
-
id: string;
|
|
3860
3859
|
description: string;
|
|
3860
|
+
id: string;
|
|
3861
3861
|
recipe: Record<string, any>;
|
|
3862
3862
|
readme: string;
|
|
3863
3863
|
rawRecipe: string;
|
|
@@ -4349,8 +4349,8 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4349
4349
|
uid: string;
|
|
4350
4350
|
createTime: string;
|
|
4351
4351
|
updateTime: string;
|
|
4352
|
-
id: string;
|
|
4353
4352
|
description: string;
|
|
4353
|
+
id: string;
|
|
4354
4354
|
recipe: Record<string, any>;
|
|
4355
4355
|
readme: string;
|
|
4356
4356
|
rawRecipe: string;
|
|
@@ -4366,8 +4366,8 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4366
4366
|
uid: string;
|
|
4367
4367
|
createTime: string;
|
|
4368
4368
|
updateTime: string;
|
|
4369
|
-
id: string;
|
|
4370
4369
|
description: string;
|
|
4370
|
+
id: string;
|
|
4371
4371
|
recipe: Record<string, any>;
|
|
4372
4372
|
readme: string;
|
|
4373
4373
|
rawRecipe: string;
|
|
@@ -4460,8 +4460,10 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4460
4460
|
uid: string;
|
|
4461
4461
|
createTime: string;
|
|
4462
4462
|
updateTime: string;
|
|
4463
|
-
id: string;
|
|
4464
4463
|
description: string;
|
|
4464
|
+
id: string;
|
|
4465
|
+
documentationUrl: string;
|
|
4466
|
+
sourceUrl: string;
|
|
4465
4467
|
owner: {
|
|
4466
4468
|
user: {
|
|
4467
4469
|
name: string;
|
|
@@ -4521,8 +4523,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4521
4523
|
} | undefined;
|
|
4522
4524
|
};
|
|
4523
4525
|
};
|
|
4524
|
-
documentationUrl: string;
|
|
4525
|
-
sourceUrl: string;
|
|
4526
4526
|
recipe: Record<string, any>;
|
|
4527
4527
|
readme: string;
|
|
4528
4528
|
dataSpecification: {
|
|
@@ -4548,8 +4548,8 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4548
4548
|
uid: string;
|
|
4549
4549
|
createTime: string;
|
|
4550
4550
|
updateTime: string;
|
|
4551
|
-
id: string;
|
|
4552
4551
|
description: string;
|
|
4552
|
+
id: string;
|
|
4553
4553
|
recipe: Record<string, any>;
|
|
4554
4554
|
readme: string;
|
|
4555
4555
|
rawRecipe: string;
|
|
@@ -4577,8 +4577,10 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4577
4577
|
uid: string;
|
|
4578
4578
|
createTime: string;
|
|
4579
4579
|
updateTime: string;
|
|
4580
|
-
id: string;
|
|
4581
4580
|
description: string;
|
|
4581
|
+
id: string;
|
|
4582
|
+
documentationUrl: string;
|
|
4583
|
+
sourceUrl: string;
|
|
4582
4584
|
owner: {
|
|
4583
4585
|
user: {
|
|
4584
4586
|
name: string;
|
|
@@ -4638,8 +4640,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4638
4640
|
} | undefined;
|
|
4639
4641
|
};
|
|
4640
4642
|
};
|
|
4641
|
-
documentationUrl: string;
|
|
4642
|
-
sourceUrl: string;
|
|
4643
4643
|
recipe: Record<string, any>;
|
|
4644
4644
|
readme: string;
|
|
4645
4645
|
dataSpecification: {
|
|
@@ -4665,8 +4665,8 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4665
4665
|
uid: string;
|
|
4666
4666
|
createTime: string;
|
|
4667
4667
|
updateTime: string;
|
|
4668
|
-
id: string;
|
|
4669
4668
|
description: string;
|
|
4669
|
+
id: string;
|
|
4670
4670
|
recipe: Record<string, any>;
|
|
4671
4671
|
readme: string;
|
|
4672
4672
|
rawRecipe: string;
|
|
@@ -5167,8 +5167,8 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5167
5167
|
uid: string;
|
|
5168
5168
|
createTime: string;
|
|
5169
5169
|
updateTime: string;
|
|
5170
|
-
id: string;
|
|
5171
5170
|
description: string;
|
|
5171
|
+
id: string;
|
|
5172
5172
|
recipe: Record<string, any>;
|
|
5173
5173
|
readme: string;
|
|
5174
5174
|
rawRecipe: string;
|
|
@@ -5184,8 +5184,8 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5184
5184
|
uid: string;
|
|
5185
5185
|
createTime: string;
|
|
5186
5186
|
updateTime: string;
|
|
5187
|
-
id: string;
|
|
5188
5187
|
description: string;
|
|
5188
|
+
id: string;
|
|
5189
5189
|
recipe: Record<string, any>;
|
|
5190
5190
|
readme: string;
|
|
5191
5191
|
rawRecipe: string;
|
|
@@ -5278,8 +5278,10 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5278
5278
|
uid: string;
|
|
5279
5279
|
createTime: string;
|
|
5280
5280
|
updateTime: string;
|
|
5281
|
-
id: string;
|
|
5282
5281
|
description: string;
|
|
5282
|
+
id: string;
|
|
5283
|
+
documentationUrl: string;
|
|
5284
|
+
sourceUrl: string;
|
|
5283
5285
|
owner: {
|
|
5284
5286
|
user: {
|
|
5285
5287
|
name: string;
|
|
@@ -5339,8 +5341,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5339
5341
|
} | undefined;
|
|
5340
5342
|
};
|
|
5341
5343
|
};
|
|
5342
|
-
documentationUrl: string;
|
|
5343
|
-
sourceUrl: string;
|
|
5344
5344
|
recipe: Record<string, any>;
|
|
5345
5345
|
readme: string;
|
|
5346
5346
|
dataSpecification: {
|
|
@@ -5366,8 +5366,8 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5366
5366
|
uid: string;
|
|
5367
5367
|
createTime: string;
|
|
5368
5368
|
updateTime: string;
|
|
5369
|
-
id: string;
|
|
5370
5369
|
description: string;
|
|
5370
|
+
id: string;
|
|
5371
5371
|
recipe: Record<string, any>;
|
|
5372
5372
|
readme: string;
|
|
5373
5373
|
rawRecipe: string;
|
|
@@ -5395,8 +5395,10 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5395
5395
|
uid: string;
|
|
5396
5396
|
createTime: string;
|
|
5397
5397
|
updateTime: string;
|
|
5398
|
-
id: string;
|
|
5399
5398
|
description: string;
|
|
5399
|
+
id: string;
|
|
5400
|
+
documentationUrl: string;
|
|
5401
|
+
sourceUrl: string;
|
|
5400
5402
|
owner: {
|
|
5401
5403
|
user: {
|
|
5402
5404
|
name: string;
|
|
@@ -5456,8 +5458,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5456
5458
|
} | undefined;
|
|
5457
5459
|
};
|
|
5458
5460
|
};
|
|
5459
|
-
documentationUrl: string;
|
|
5460
|
-
sourceUrl: string;
|
|
5461
5461
|
recipe: Record<string, any>;
|
|
5462
5462
|
readme: string;
|
|
5463
5463
|
dataSpecification: {
|
|
@@ -5483,8 +5483,8 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5483
5483
|
uid: string;
|
|
5484
5484
|
createTime: string;
|
|
5485
5485
|
updateTime: string;
|
|
5486
|
-
id: string;
|
|
5487
5486
|
description: string;
|
|
5487
|
+
id: string;
|
|
5488
5488
|
recipe: Record<string, any>;
|
|
5489
5489
|
readme: string;
|
|
5490
5490
|
rawRecipe: string;
|
|
@@ -46,8 +46,8 @@ export declare const PipelineReleaseSchema: z.ZodObject<{
|
|
|
46
46
|
uid: string;
|
|
47
47
|
createTime: string;
|
|
48
48
|
updateTime: string;
|
|
49
|
-
id: string;
|
|
50
49
|
description: string;
|
|
50
|
+
id: string;
|
|
51
51
|
recipe: Record<string, any>;
|
|
52
52
|
readme: string;
|
|
53
53
|
rawRecipe: string;
|
|
@@ -63,8 +63,8 @@ export declare const PipelineReleaseSchema: z.ZodObject<{
|
|
|
63
63
|
uid: string;
|
|
64
64
|
createTime: string;
|
|
65
65
|
updateTime: string;
|
|
66
|
-
id: string;
|
|
67
66
|
description: string;
|
|
67
|
+
id: string;
|
|
68
68
|
recipe: Record<string, any>;
|
|
69
69
|
readme: string;
|
|
70
70
|
rawRecipe: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "instill-sdk",
|
|
3
|
-
"version": "0.19.0-rc.
|
|
3
|
+
"version": "0.19.0-rc.20",
|
|
4
4
|
"description": "Instill AI's Typescript SDK",
|
|
5
5
|
"repository": "https://github.com/instill-ai/typescript-sdk.git",
|
|
6
6
|
"bugs": "https://github.com/instill-ai/community/issues",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"zod": "^3.25.56",
|
|
45
45
|
"eslint": "^8.35.0",
|
|
46
46
|
"@instill-ai/tsconfig": "0.1.0",
|
|
47
|
-
"@instill-ai/
|
|
48
|
-
"@instill-ai/
|
|
47
|
+
"@instill-ai/prettier-config-cortex": "1.1.2",
|
|
48
|
+
"@instill-ai/eslint-config-cortex": "0.10.0"
|
|
49
49
|
},
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|