instill-sdk 0.19.0-rc.21 → 0.19.0-rc.23
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/chat/ChatClient.d.ts +2 -1
- package/dist/chat/ChatClient.d.ts.map +1 -1
- package/dist/chat/types.d.ts +30 -0
- package/dist/chat/types.d.ts.map +1 -1
- package/dist/helper/makeXMLRequestWithProgress.d.ts +4 -0
- package/dist/helper/makeXMLRequestWithProgress.d.ts.map +1 -0
- package/dist/index.js +42 -0
- package/dist/index.mjs +42 -0
- package/dist/table/TableClient.d.ts +3 -1
- package/dist/table/TableClient.d.ts.map +1 -1
- package/dist/table/types.d.ts +23 -0
- package/dist/table/types.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/vdp/pipeline/types.d.ts +44 -44
- package/dist/vdp/release/types.d.ts +2 -2
- package/package.json +3 -3
- package/dist/chat/constant.d.ts +0 -8
- package/dist/chat/constant.d.ts.map +0 -1
|
@@ -604,8 +604,8 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
604
604
|
createTime: string;
|
|
605
605
|
updateTime: string;
|
|
606
606
|
description: string;
|
|
607
|
-
recipe: Record<string, any>;
|
|
608
607
|
metadata: Record<string, any>;
|
|
608
|
+
recipe: Record<string, any>;
|
|
609
609
|
readme: string;
|
|
610
610
|
rawRecipe: string;
|
|
611
611
|
dataSpecification: {
|
|
@@ -621,8 +621,8 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
621
621
|
createTime: string;
|
|
622
622
|
updateTime: string;
|
|
623
623
|
description: string;
|
|
624
|
-
recipe: Record<string, any>;
|
|
625
624
|
metadata: Record<string, any>;
|
|
625
|
+
recipe: Record<string, any>;
|
|
626
626
|
readme: string;
|
|
627
627
|
rawRecipe: string;
|
|
628
628
|
dataSpecification: {
|
|
@@ -774,10 +774,10 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
774
774
|
};
|
|
775
775
|
};
|
|
776
776
|
description: string;
|
|
777
|
+
metadata: Record<string, any>;
|
|
777
778
|
documentationUrl: string;
|
|
778
779
|
sourceUrl: string;
|
|
779
780
|
recipe: Record<string, any>;
|
|
780
|
-
metadata: Record<string, any>;
|
|
781
781
|
readme: string;
|
|
782
782
|
dataSpecification: {
|
|
783
783
|
input?: any;
|
|
@@ -803,8 +803,8 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
803
803
|
createTime: string;
|
|
804
804
|
updateTime: string;
|
|
805
805
|
description: string;
|
|
806
|
-
recipe: Record<string, any>;
|
|
807
806
|
metadata: Record<string, any>;
|
|
807
|
+
recipe: Record<string, any>;
|
|
808
808
|
readme: string;
|
|
809
809
|
rawRecipe: string;
|
|
810
810
|
dataSpecification: {
|
|
@@ -891,10 +891,10 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
891
891
|
};
|
|
892
892
|
};
|
|
893
893
|
description: string;
|
|
894
|
+
metadata: Record<string, any>;
|
|
894
895
|
documentationUrl: string;
|
|
895
896
|
sourceUrl: string;
|
|
896
897
|
recipe: Record<string, any>;
|
|
897
|
-
metadata: Record<string, any>;
|
|
898
898
|
readme: string;
|
|
899
899
|
dataSpecification: {
|
|
900
900
|
input?: any;
|
|
@@ -920,8 +920,8 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
920
920
|
createTime: string;
|
|
921
921
|
updateTime: string;
|
|
922
922
|
description: string;
|
|
923
|
-
recipe: Record<string, any>;
|
|
924
923
|
metadata: Record<string, any>;
|
|
924
|
+
recipe: Record<string, any>;
|
|
925
925
|
readme: string;
|
|
926
926
|
rawRecipe: string;
|
|
927
927
|
dataSpecification: {
|
|
@@ -1434,8 +1434,8 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1434
1434
|
createTime: string;
|
|
1435
1435
|
updateTime: string;
|
|
1436
1436
|
description: string;
|
|
1437
|
-
recipe: Record<string, any>;
|
|
1438
1437
|
metadata: Record<string, any>;
|
|
1438
|
+
recipe: Record<string, any>;
|
|
1439
1439
|
readme: string;
|
|
1440
1440
|
rawRecipe: string;
|
|
1441
1441
|
dataSpecification: {
|
|
@@ -1451,8 +1451,8 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1451
1451
|
createTime: string;
|
|
1452
1452
|
updateTime: string;
|
|
1453
1453
|
description: string;
|
|
1454
|
-
recipe: Record<string, any>;
|
|
1455
1454
|
metadata: Record<string, any>;
|
|
1455
|
+
recipe: Record<string, any>;
|
|
1456
1456
|
readme: string;
|
|
1457
1457
|
rawRecipe: string;
|
|
1458
1458
|
dataSpecification: {
|
|
@@ -1604,10 +1604,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1604
1604
|
};
|
|
1605
1605
|
};
|
|
1606
1606
|
description: string;
|
|
1607
|
+
metadata: Record<string, any>;
|
|
1607
1608
|
documentationUrl: string;
|
|
1608
1609
|
sourceUrl: string;
|
|
1609
1610
|
recipe: Record<string, any>;
|
|
1610
|
-
metadata: Record<string, any>;
|
|
1611
1611
|
readme: string;
|
|
1612
1612
|
dataSpecification: {
|
|
1613
1613
|
input?: any;
|
|
@@ -1633,8 +1633,8 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1633
1633
|
createTime: string;
|
|
1634
1634
|
updateTime: string;
|
|
1635
1635
|
description: string;
|
|
1636
|
-
recipe: Record<string, any>;
|
|
1637
1636
|
metadata: Record<string, any>;
|
|
1637
|
+
recipe: Record<string, any>;
|
|
1638
1638
|
readme: string;
|
|
1639
1639
|
rawRecipe: string;
|
|
1640
1640
|
dataSpecification: {
|
|
@@ -1721,10 +1721,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1721
1721
|
};
|
|
1722
1722
|
};
|
|
1723
1723
|
description: string;
|
|
1724
|
+
metadata: Record<string, any>;
|
|
1724
1725
|
documentationUrl: string;
|
|
1725
1726
|
sourceUrl: string;
|
|
1726
1727
|
recipe: Record<string, any>;
|
|
1727
|
-
metadata: Record<string, any>;
|
|
1728
1728
|
readme: string;
|
|
1729
1729
|
dataSpecification: {
|
|
1730
1730
|
input?: any;
|
|
@@ -1750,8 +1750,8 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1750
1750
|
createTime: string;
|
|
1751
1751
|
updateTime: string;
|
|
1752
1752
|
description: string;
|
|
1753
|
-
recipe: Record<string, any>;
|
|
1754
1753
|
metadata: Record<string, any>;
|
|
1754
|
+
recipe: Record<string, any>;
|
|
1755
1755
|
readme: string;
|
|
1756
1756
|
rawRecipe: string;
|
|
1757
1757
|
dataSpecification: {
|
|
@@ -1844,10 +1844,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1844
1844
|
};
|
|
1845
1845
|
};
|
|
1846
1846
|
description: string;
|
|
1847
|
+
metadata: Record<string, any>;
|
|
1847
1848
|
documentationUrl: string;
|
|
1848
1849
|
sourceUrl: string;
|
|
1849
1850
|
recipe: Record<string, any>;
|
|
1850
|
-
metadata: Record<string, any>;
|
|
1851
1851
|
readme: string;
|
|
1852
1852
|
dataSpecification: {
|
|
1853
1853
|
input?: any;
|
|
@@ -1873,8 +1873,8 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1873
1873
|
createTime: string;
|
|
1874
1874
|
updateTime: string;
|
|
1875
1875
|
description: string;
|
|
1876
|
-
recipe: Record<string, any>;
|
|
1877
1876
|
metadata: Record<string, any>;
|
|
1877
|
+
recipe: Record<string, any>;
|
|
1878
1878
|
readme: string;
|
|
1879
1879
|
rawRecipe: string;
|
|
1880
1880
|
dataSpecification: {
|
|
@@ -1965,10 +1965,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1965
1965
|
};
|
|
1966
1966
|
};
|
|
1967
1967
|
description: string;
|
|
1968
|
+
metadata: Record<string, any>;
|
|
1968
1969
|
documentationUrl: string;
|
|
1969
1970
|
sourceUrl: string;
|
|
1970
1971
|
recipe: Record<string, any>;
|
|
1971
|
-
metadata: Record<string, any>;
|
|
1972
1972
|
readme: string;
|
|
1973
1973
|
dataSpecification: {
|
|
1974
1974
|
input?: any;
|
|
@@ -1994,8 +1994,8 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
|
|
|
1994
1994
|
createTime: string;
|
|
1995
1995
|
updateTime: string;
|
|
1996
1996
|
description: string;
|
|
1997
|
-
recipe: Record<string, any>;
|
|
1998
1997
|
metadata: Record<string, any>;
|
|
1998
|
+
recipe: Record<string, any>;
|
|
1999
1999
|
readme: string;
|
|
2000
2000
|
rawRecipe: string;
|
|
2001
2001
|
dataSpecification: {
|
|
@@ -2491,8 +2491,8 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2491
2491
|
createTime: string;
|
|
2492
2492
|
updateTime: string;
|
|
2493
2493
|
description: string;
|
|
2494
|
-
recipe: Record<string, any>;
|
|
2495
2494
|
metadata: Record<string, any>;
|
|
2495
|
+
recipe: Record<string, any>;
|
|
2496
2496
|
readme: string;
|
|
2497
2497
|
rawRecipe: string;
|
|
2498
2498
|
dataSpecification: {
|
|
@@ -2508,8 +2508,8 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2508
2508
|
createTime: string;
|
|
2509
2509
|
updateTime: string;
|
|
2510
2510
|
description: string;
|
|
2511
|
-
recipe: Record<string, any>;
|
|
2512
2511
|
metadata: Record<string, any>;
|
|
2512
|
+
recipe: Record<string, any>;
|
|
2513
2513
|
readme: string;
|
|
2514
2514
|
rawRecipe: string;
|
|
2515
2515
|
dataSpecification: {
|
|
@@ -2661,10 +2661,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2661
2661
|
};
|
|
2662
2662
|
};
|
|
2663
2663
|
description: string;
|
|
2664
|
+
metadata: Record<string, any>;
|
|
2664
2665
|
documentationUrl: string;
|
|
2665
2666
|
sourceUrl: string;
|
|
2666
2667
|
recipe: Record<string, any>;
|
|
2667
|
-
metadata: Record<string, any>;
|
|
2668
2668
|
readme: string;
|
|
2669
2669
|
dataSpecification: {
|
|
2670
2670
|
input?: any;
|
|
@@ -2690,8 +2690,8 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2690
2690
|
createTime: string;
|
|
2691
2691
|
updateTime: string;
|
|
2692
2692
|
description: string;
|
|
2693
|
-
recipe: Record<string, any>;
|
|
2694
2693
|
metadata: Record<string, any>;
|
|
2694
|
+
recipe: Record<string, any>;
|
|
2695
2695
|
readme: string;
|
|
2696
2696
|
rawRecipe: string;
|
|
2697
2697
|
dataSpecification: {
|
|
@@ -2778,10 +2778,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2778
2778
|
};
|
|
2779
2779
|
};
|
|
2780
2780
|
description: string;
|
|
2781
|
+
metadata: Record<string, any>;
|
|
2781
2782
|
documentationUrl: string;
|
|
2782
2783
|
sourceUrl: string;
|
|
2783
2784
|
recipe: Record<string, any>;
|
|
2784
|
-
metadata: Record<string, any>;
|
|
2785
2785
|
readme: string;
|
|
2786
2786
|
dataSpecification: {
|
|
2787
2787
|
input?: any;
|
|
@@ -2807,8 +2807,8 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2807
2807
|
createTime: string;
|
|
2808
2808
|
updateTime: string;
|
|
2809
2809
|
description: string;
|
|
2810
|
-
recipe: Record<string, any>;
|
|
2811
2810
|
metadata: Record<string, any>;
|
|
2811
|
+
recipe: Record<string, any>;
|
|
2812
2812
|
readme: string;
|
|
2813
2813
|
rawRecipe: string;
|
|
2814
2814
|
dataSpecification: {
|
|
@@ -2901,10 +2901,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2901
2901
|
};
|
|
2902
2902
|
};
|
|
2903
2903
|
description: string;
|
|
2904
|
+
metadata: Record<string, any>;
|
|
2904
2905
|
documentationUrl: string;
|
|
2905
2906
|
sourceUrl: string;
|
|
2906
2907
|
recipe: Record<string, any>;
|
|
2907
|
-
metadata: Record<string, any>;
|
|
2908
2908
|
readme: string;
|
|
2909
2909
|
dataSpecification: {
|
|
2910
2910
|
input?: any;
|
|
@@ -2930,8 +2930,8 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
2930
2930
|
createTime: string;
|
|
2931
2931
|
updateTime: string;
|
|
2932
2932
|
description: string;
|
|
2933
|
-
recipe: Record<string, any>;
|
|
2934
2933
|
metadata: Record<string, any>;
|
|
2934
|
+
recipe: Record<string, any>;
|
|
2935
2935
|
readme: string;
|
|
2936
2936
|
rawRecipe: string;
|
|
2937
2937
|
dataSpecification: {
|
|
@@ -3022,10 +3022,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3022
3022
|
};
|
|
3023
3023
|
};
|
|
3024
3024
|
description: string;
|
|
3025
|
+
metadata: Record<string, any>;
|
|
3025
3026
|
documentationUrl: string;
|
|
3026
3027
|
sourceUrl: string;
|
|
3027
3028
|
recipe: Record<string, any>;
|
|
3028
|
-
metadata: Record<string, any>;
|
|
3029
3029
|
readme: string;
|
|
3030
3030
|
dataSpecification: {
|
|
3031
3031
|
input?: any;
|
|
@@ -3051,8 +3051,8 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
|
|
|
3051
3051
|
createTime: string;
|
|
3052
3052
|
updateTime: string;
|
|
3053
3053
|
description: string;
|
|
3054
|
-
recipe: Record<string, any>;
|
|
3055
3054
|
metadata: Record<string, any>;
|
|
3055
|
+
recipe: Record<string, any>;
|
|
3056
3056
|
readme: string;
|
|
3057
3057
|
rawRecipe: string;
|
|
3058
3058
|
dataSpecification: {
|
|
@@ -3541,8 +3541,8 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3541
3541
|
createTime: string;
|
|
3542
3542
|
updateTime: string;
|
|
3543
3543
|
description: string;
|
|
3544
|
-
recipe: Record<string, any>;
|
|
3545
3544
|
metadata: Record<string, any>;
|
|
3545
|
+
recipe: Record<string, any>;
|
|
3546
3546
|
readme: string;
|
|
3547
3547
|
rawRecipe: string;
|
|
3548
3548
|
dataSpecification: {
|
|
@@ -3558,8 +3558,8 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3558
3558
|
createTime: string;
|
|
3559
3559
|
updateTime: string;
|
|
3560
3560
|
description: string;
|
|
3561
|
-
recipe: Record<string, any>;
|
|
3562
3561
|
metadata: Record<string, any>;
|
|
3562
|
+
recipe: Record<string, any>;
|
|
3563
3563
|
readme: string;
|
|
3564
3564
|
rawRecipe: string;
|
|
3565
3565
|
dataSpecification: {
|
|
@@ -3711,10 +3711,10 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3711
3711
|
};
|
|
3712
3712
|
};
|
|
3713
3713
|
description: string;
|
|
3714
|
+
metadata: Record<string, any>;
|
|
3714
3715
|
documentationUrl: string;
|
|
3715
3716
|
sourceUrl: string;
|
|
3716
3717
|
recipe: Record<string, any>;
|
|
3717
|
-
metadata: Record<string, any>;
|
|
3718
3718
|
readme: string;
|
|
3719
3719
|
dataSpecification: {
|
|
3720
3720
|
input?: any;
|
|
@@ -3740,8 +3740,8 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3740
3740
|
createTime: string;
|
|
3741
3741
|
updateTime: string;
|
|
3742
3742
|
description: string;
|
|
3743
|
-
recipe: Record<string, any>;
|
|
3744
3743
|
metadata: Record<string, any>;
|
|
3744
|
+
recipe: Record<string, any>;
|
|
3745
3745
|
readme: string;
|
|
3746
3746
|
rawRecipe: string;
|
|
3747
3747
|
dataSpecification: {
|
|
@@ -3828,10 +3828,10 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3828
3828
|
};
|
|
3829
3829
|
};
|
|
3830
3830
|
description: string;
|
|
3831
|
+
metadata: Record<string, any>;
|
|
3831
3832
|
documentationUrl: string;
|
|
3832
3833
|
sourceUrl: string;
|
|
3833
3834
|
recipe: Record<string, any>;
|
|
3834
|
-
metadata: Record<string, any>;
|
|
3835
3835
|
readme: string;
|
|
3836
3836
|
dataSpecification: {
|
|
3837
3837
|
input?: any;
|
|
@@ -3857,8 +3857,8 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
3857
3857
|
createTime: string;
|
|
3858
3858
|
updateTime: string;
|
|
3859
3859
|
description: string;
|
|
3860
|
-
recipe: Record<string, any>;
|
|
3861
3860
|
metadata: Record<string, any>;
|
|
3861
|
+
recipe: Record<string, any>;
|
|
3862
3862
|
readme: string;
|
|
3863
3863
|
rawRecipe: string;
|
|
3864
3864
|
dataSpecification: {
|
|
@@ -4350,8 +4350,8 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4350
4350
|
createTime: string;
|
|
4351
4351
|
updateTime: string;
|
|
4352
4352
|
description: string;
|
|
4353
|
-
recipe: Record<string, any>;
|
|
4354
4353
|
metadata: Record<string, any>;
|
|
4354
|
+
recipe: Record<string, any>;
|
|
4355
4355
|
readme: string;
|
|
4356
4356
|
rawRecipe: string;
|
|
4357
4357
|
dataSpecification: {
|
|
@@ -4367,8 +4367,8 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4367
4367
|
createTime: string;
|
|
4368
4368
|
updateTime: string;
|
|
4369
4369
|
description: string;
|
|
4370
|
-
recipe: Record<string, any>;
|
|
4371
4370
|
metadata: Record<string, any>;
|
|
4371
|
+
recipe: Record<string, any>;
|
|
4372
4372
|
readme: string;
|
|
4373
4373
|
rawRecipe: string;
|
|
4374
4374
|
dataSpecification: {
|
|
@@ -4520,10 +4520,10 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4520
4520
|
};
|
|
4521
4521
|
};
|
|
4522
4522
|
description: string;
|
|
4523
|
+
metadata: Record<string, any>;
|
|
4523
4524
|
documentationUrl: string;
|
|
4524
4525
|
sourceUrl: string;
|
|
4525
4526
|
recipe: Record<string, any>;
|
|
4526
|
-
metadata: Record<string, any>;
|
|
4527
4527
|
readme: string;
|
|
4528
4528
|
dataSpecification: {
|
|
4529
4529
|
input?: any;
|
|
@@ -4549,8 +4549,8 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4549
4549
|
createTime: string;
|
|
4550
4550
|
updateTime: string;
|
|
4551
4551
|
description: string;
|
|
4552
|
-
recipe: Record<string, any>;
|
|
4553
4552
|
metadata: Record<string, any>;
|
|
4553
|
+
recipe: Record<string, any>;
|
|
4554
4554
|
readme: string;
|
|
4555
4555
|
rawRecipe: string;
|
|
4556
4556
|
dataSpecification: {
|
|
@@ -4637,10 +4637,10 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4637
4637
|
};
|
|
4638
4638
|
};
|
|
4639
4639
|
description: string;
|
|
4640
|
+
metadata: Record<string, any>;
|
|
4640
4641
|
documentationUrl: string;
|
|
4641
4642
|
sourceUrl: string;
|
|
4642
4643
|
recipe: Record<string, any>;
|
|
4643
|
-
metadata: Record<string, any>;
|
|
4644
4644
|
readme: string;
|
|
4645
4645
|
dataSpecification: {
|
|
4646
4646
|
input?: any;
|
|
@@ -4666,8 +4666,8 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
4666
4666
|
createTime: string;
|
|
4667
4667
|
updateTime: string;
|
|
4668
4668
|
description: string;
|
|
4669
|
-
recipe: Record<string, any>;
|
|
4670
4669
|
metadata: Record<string, any>;
|
|
4670
|
+
recipe: Record<string, any>;
|
|
4671
4671
|
readme: string;
|
|
4672
4672
|
rawRecipe: string;
|
|
4673
4673
|
dataSpecification: {
|
|
@@ -5168,8 +5168,8 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5168
5168
|
createTime: string;
|
|
5169
5169
|
updateTime: string;
|
|
5170
5170
|
description: string;
|
|
5171
|
-
recipe: Record<string, any>;
|
|
5172
5171
|
metadata: Record<string, any>;
|
|
5172
|
+
recipe: Record<string, any>;
|
|
5173
5173
|
readme: string;
|
|
5174
5174
|
rawRecipe: string;
|
|
5175
5175
|
dataSpecification: {
|
|
@@ -5185,8 +5185,8 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5185
5185
|
createTime: string;
|
|
5186
5186
|
updateTime: string;
|
|
5187
5187
|
description: string;
|
|
5188
|
-
recipe: Record<string, any>;
|
|
5189
5188
|
metadata: Record<string, any>;
|
|
5189
|
+
recipe: Record<string, any>;
|
|
5190
5190
|
readme: string;
|
|
5191
5191
|
rawRecipe: string;
|
|
5192
5192
|
dataSpecification: {
|
|
@@ -5338,10 +5338,10 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5338
5338
|
};
|
|
5339
5339
|
};
|
|
5340
5340
|
description: string;
|
|
5341
|
+
metadata: Record<string, any>;
|
|
5341
5342
|
documentationUrl: string;
|
|
5342
5343
|
sourceUrl: string;
|
|
5343
5344
|
recipe: Record<string, any>;
|
|
5344
|
-
metadata: Record<string, any>;
|
|
5345
5345
|
readme: string;
|
|
5346
5346
|
dataSpecification: {
|
|
5347
5347
|
input?: any;
|
|
@@ -5367,8 +5367,8 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5367
5367
|
createTime: string;
|
|
5368
5368
|
updateTime: string;
|
|
5369
5369
|
description: string;
|
|
5370
|
-
recipe: Record<string, any>;
|
|
5371
5370
|
metadata: Record<string, any>;
|
|
5371
|
+
recipe: Record<string, any>;
|
|
5372
5372
|
readme: string;
|
|
5373
5373
|
rawRecipe: string;
|
|
5374
5374
|
dataSpecification: {
|
|
@@ -5455,10 +5455,10 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5455
5455
|
};
|
|
5456
5456
|
};
|
|
5457
5457
|
description: string;
|
|
5458
|
+
metadata: Record<string, any>;
|
|
5458
5459
|
documentationUrl: string;
|
|
5459
5460
|
sourceUrl: string;
|
|
5460
5461
|
recipe: Record<string, any>;
|
|
5461
|
-
metadata: Record<string, any>;
|
|
5462
5462
|
readme: string;
|
|
5463
5463
|
dataSpecification: {
|
|
5464
5464
|
input?: any;
|
|
@@ -5484,8 +5484,8 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
|
|
|
5484
5484
|
createTime: string;
|
|
5485
5485
|
updateTime: string;
|
|
5486
5486
|
description: string;
|
|
5487
|
-
recipe: Record<string, any>;
|
|
5488
5487
|
metadata: Record<string, any>;
|
|
5488
|
+
recipe: Record<string, any>;
|
|
5489
5489
|
readme: string;
|
|
5490
5490
|
rawRecipe: string;
|
|
5491
5491
|
dataSpecification: {
|
|
@@ -47,8 +47,8 @@ export declare const PipelineReleaseSchema: z.ZodObject<{
|
|
|
47
47
|
createTime: string;
|
|
48
48
|
updateTime: string;
|
|
49
49
|
description: string;
|
|
50
|
-
recipe: Record<string, any>;
|
|
51
50
|
metadata: Record<string, any>;
|
|
51
|
+
recipe: Record<string, any>;
|
|
52
52
|
readme: string;
|
|
53
53
|
rawRecipe: string;
|
|
54
54
|
dataSpecification: {
|
|
@@ -64,8 +64,8 @@ export declare const PipelineReleaseSchema: z.ZodObject<{
|
|
|
64
64
|
createTime: string;
|
|
65
65
|
updateTime: string;
|
|
66
66
|
description: string;
|
|
67
|
-
recipe: Record<string, any>;
|
|
68
67
|
metadata: Record<string, any>;
|
|
68
|
+
recipe: Record<string, any>;
|
|
69
69
|
readme: string;
|
|
70
70
|
rawRecipe: string;
|
|
71
71
|
dataSpecification: {
|
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.23",
|
|
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",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"vitest": "2.1.9",
|
|
44
44
|
"zod": "^3.25.56",
|
|
45
45
|
"eslint": "^8.35.0",
|
|
46
|
-
"@instill-ai/
|
|
46
|
+
"@instill-ai/eslint-config-cortex": "0.10.0",
|
|
47
47
|
"@instill-ai/prettier-config-cortex": "1.1.2",
|
|
48
|
-
"@instill-ai/
|
|
48
|
+
"@instill-ai/tsconfig": "0.1.0"
|
|
49
49
|
},
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|
package/dist/chat/constant.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export declare const instillChatMessageEnum: {
|
|
2
|
-
readonly Started: "CHAT_STARTED";
|
|
3
|
-
readonly StatusUpdated: "CHAT_STATUS_UPDATED";
|
|
4
|
-
readonly OutputUpdated: "CHAT_OUTPUT_UPDATED";
|
|
5
|
-
readonly Ended: "CHAT_ENDED";
|
|
6
|
-
readonly UserMessage: "CHAT_USER_MESSAGE";
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=constant.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constant.d.ts","sourceRoot":"","sources":["../../src/chat/constant.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB;;;;;;CAMzB,CAAC"}
|