instill-sdk 0.19.0-rc.2 → 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.
@@ -428,6 +428,7 @@ export declare const PipelineSchema: z.ZodObject<{
428
428
  uid: string;
429
429
  createTime: string;
430
430
  updateTime: string;
431
+ id: string;
431
432
  owner: {
432
433
  name: string;
433
434
  uid: string;
@@ -447,7 +448,6 @@ export declare const PipelineSchema: z.ZodObject<{
447
448
  } | undefined;
448
449
  } | undefined;
449
450
  };
450
- id: string;
451
451
  profile?: {
452
452
  displayName?: string | undefined;
453
453
  bio?: string | undefined;
@@ -464,6 +464,7 @@ export declare const PipelineSchema: z.ZodObject<{
464
464
  uid: string;
465
465
  createTime: string;
466
466
  updateTime: string;
467
+ id: string;
467
468
  owner: {
468
469
  name: string;
469
470
  uid: string;
@@ -483,7 +484,6 @@ export declare const PipelineSchema: z.ZodObject<{
483
484
  } | undefined;
484
485
  } | undefined;
485
486
  };
486
- id: string;
487
487
  profile?: {
488
488
  displayName?: string | undefined;
489
489
  bio?: string | undefined;
@@ -502,6 +502,7 @@ export declare const PipelineSchema: z.ZodObject<{
502
502
  uid: string;
503
503
  createTime: string;
504
504
  updateTime: string;
505
+ id: string;
505
506
  owner: {
506
507
  name: string;
507
508
  uid: string;
@@ -521,7 +522,6 @@ export declare const PipelineSchema: z.ZodObject<{
521
522
  } | undefined;
522
523
  } | undefined;
523
524
  };
524
- id: string;
525
525
  profile?: {
526
526
  displayName?: string | undefined;
527
527
  bio?: string | undefined;
@@ -540,6 +540,7 @@ export declare const PipelineSchema: z.ZodObject<{
540
540
  uid: string;
541
541
  createTime: string;
542
542
  updateTime: string;
543
+ id: string;
543
544
  owner: {
544
545
  name: string;
545
546
  uid: string;
@@ -559,7 +560,6 @@ export declare const PipelineSchema: z.ZodObject<{
559
560
  } | undefined;
560
561
  } | undefined;
561
562
  };
562
- id: string;
563
563
  profile?: {
564
564
  displayName?: string | undefined;
565
565
  bio?: string | undefined;
@@ -599,11 +599,11 @@ export declare const PipelineSchema: z.ZodObject<{
599
599
  }>;
600
600
  }, "strip", z.ZodTypeAny, {
601
601
  name: string;
602
- description: string;
603
- uid: string;
604
602
  metadata: Record<string, any>;
603
+ uid: string;
605
604
  createTime: string;
606
605
  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
- description: string;
620
- uid: string;
621
619
  metadata: Record<string, any>;
620
+ uid: string;
622
621
  createTime: string;
623
622
  updateTime: string;
623
+ description: string;
624
624
  id: string;
625
625
  recipe: Record<string, any>;
626
626
  readme: string;
@@ -710,15 +710,14 @@ export declare const PipelineSchema: z.ZodObject<{
710
710
  license: z.ZodString;
711
711
  }, "strip", z.ZodTypeAny, {
712
712
  name: string;
713
- description: string;
714
- uid: string;
715
713
  metadata: Record<string, any>;
714
+ uid: string;
716
715
  createTime: string;
717
716
  updateTime: string;
718
- permission: {
719
- canEdit: boolean;
720
- canTrigger: boolean;
721
- };
717
+ description: string;
718
+ id: string;
719
+ documentationUrl: string;
720
+ sourceUrl: string;
722
721
  owner: {
723
722
  user: {
724
723
  name: string;
@@ -745,6 +744,7 @@ export declare const PipelineSchema: z.ZodObject<{
745
744
  uid: string;
746
745
  createTime: string;
747
746
  updateTime: string;
747
+ id: string;
748
748
  owner: {
749
749
  name: string;
750
750
  uid: string;
@@ -764,7 +764,6 @@ export declare const PipelineSchema: z.ZodObject<{
764
764
  } | undefined;
765
765
  } | undefined;
766
766
  };
767
- id: string;
768
767
  profile?: {
769
768
  displayName?: string | undefined;
770
769
  bio?: string | undefined;
@@ -778,9 +777,6 @@ export declare const PipelineSchema: z.ZodObject<{
778
777
  } | undefined;
779
778
  };
780
779
  };
781
- id: string;
782
- documentationUrl: string;
783
- sourceUrl: string;
784
780
  recipe: Record<string, any>;
785
781
  readme: string;
786
782
  dataSpecification: {
@@ -802,11 +798,11 @@ export declare const PipelineSchema: z.ZodObject<{
802
798
  ownerName: string;
803
799
  releases: {
804
800
  name: string;
805
- description: string;
806
- uid: string;
807
801
  metadata: Record<string, any>;
802
+ uid: string;
808
803
  createTime: string;
809
804
  updateTime: string;
805
+ description: string;
810
806
  id: string;
811
807
  recipe: Record<string, any>;
812
808
  readme: string;
@@ -818,6 +814,10 @@ export declare const PipelineSchema: z.ZodObject<{
818
814
  deleteTime?: string | undefined;
819
815
  alias?: string | undefined;
820
816
  }[];
817
+ permission: {
818
+ canEdit: boolean;
819
+ canTrigger: boolean;
820
+ };
821
821
  tags: string[];
822
822
  stats: {
823
823
  lastRunTime: string;
@@ -827,15 +827,14 @@ export declare const PipelineSchema: z.ZodObject<{
827
827
  license: string;
828
828
  }, {
829
829
  name: string;
830
- description: string;
831
- uid: string;
832
830
  metadata: Record<string, any>;
831
+ uid: string;
833
832
  createTime: string;
834
833
  updateTime: string;
835
- permission: {
836
- canEdit: boolean;
837
- canTrigger: boolean;
838
- };
834
+ description: string;
835
+ id: string;
836
+ documentationUrl: string;
837
+ sourceUrl: string;
839
838
  owner: {
840
839
  user: {
841
840
  name: string;
@@ -862,6 +861,7 @@ export declare const PipelineSchema: z.ZodObject<{
862
861
  uid: string;
863
862
  createTime: string;
864
863
  updateTime: string;
864
+ id: string;
865
865
  owner: {
866
866
  name: string;
867
867
  uid: string;
@@ -881,7 +881,6 @@ export declare const PipelineSchema: z.ZodObject<{
881
881
  } | undefined;
882
882
  } | undefined;
883
883
  };
884
- id: string;
885
884
  profile?: {
886
885
  displayName?: string | undefined;
887
886
  bio?: string | undefined;
@@ -895,9 +894,6 @@ export declare const PipelineSchema: z.ZodObject<{
895
894
  } | undefined;
896
895
  };
897
896
  };
898
- id: string;
899
- documentationUrl: string;
900
- sourceUrl: string;
901
897
  recipe: Record<string, any>;
902
898
  readme: string;
903
899
  dataSpecification: {
@@ -919,11 +915,11 @@ export declare const PipelineSchema: z.ZodObject<{
919
915
  ownerName: string;
920
916
  releases: {
921
917
  name: string;
922
- description: string;
923
- uid: string;
924
918
  metadata: Record<string, any>;
919
+ uid: string;
925
920
  createTime: string;
926
921
  updateTime: string;
922
+ description: string;
927
923
  id: string;
928
924
  recipe: Record<string, any>;
929
925
  readme: string;
@@ -935,6 +931,10 @@ export declare const PipelineSchema: z.ZodObject<{
935
931
  deleteTime?: string | undefined;
936
932
  alias?: string | undefined;
937
933
  }[];
934
+ permission: {
935
+ canEdit: boolean;
936
+ canTrigger: boolean;
937
+ };
938
938
  tags: string[];
939
939
  stats: {
940
940
  lastRunTime: string;
@@ -1258,6 +1258,7 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1258
1258
  uid: string;
1259
1259
  createTime: string;
1260
1260
  updateTime: string;
1261
+ id: string;
1261
1262
  owner: {
1262
1263
  name: string;
1263
1264
  uid: string;
@@ -1277,7 +1278,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1277
1278
  } | undefined;
1278
1279
  } | undefined;
1279
1280
  };
1280
- id: string;
1281
1281
  profile?: {
1282
1282
  displayName?: string | undefined;
1283
1283
  bio?: string | undefined;
@@ -1294,6 +1294,7 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1294
1294
  uid: string;
1295
1295
  createTime: string;
1296
1296
  updateTime: string;
1297
+ id: string;
1297
1298
  owner: {
1298
1299
  name: string;
1299
1300
  uid: string;
@@ -1313,7 +1314,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1313
1314
  } | undefined;
1314
1315
  } | undefined;
1315
1316
  };
1316
- id: string;
1317
1317
  profile?: {
1318
1318
  displayName?: string | undefined;
1319
1319
  bio?: string | undefined;
@@ -1332,6 +1332,7 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1332
1332
  uid: string;
1333
1333
  createTime: string;
1334
1334
  updateTime: string;
1335
+ id: string;
1335
1336
  owner: {
1336
1337
  name: string;
1337
1338
  uid: string;
@@ -1351,7 +1352,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1351
1352
  } | undefined;
1352
1353
  } | undefined;
1353
1354
  };
1354
- id: string;
1355
1355
  profile?: {
1356
1356
  displayName?: string | undefined;
1357
1357
  bio?: string | undefined;
@@ -1370,6 +1370,7 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1370
1370
  uid: string;
1371
1371
  createTime: string;
1372
1372
  updateTime: string;
1373
+ id: string;
1373
1374
  owner: {
1374
1375
  name: string;
1375
1376
  uid: string;
@@ -1389,7 +1390,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1389
1390
  } | undefined;
1390
1391
  } | undefined;
1391
1392
  };
1392
- id: string;
1393
1393
  profile?: {
1394
1394
  displayName?: string | undefined;
1395
1395
  bio?: string | undefined;
@@ -1429,11 +1429,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1429
1429
  }>;
1430
1430
  }, "strip", z.ZodTypeAny, {
1431
1431
  name: string;
1432
- description: string;
1433
- uid: string;
1434
1432
  metadata: Record<string, any>;
1433
+ uid: string;
1435
1434
  createTime: string;
1436
1435
  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
- description: string;
1450
- uid: string;
1451
1449
  metadata: Record<string, any>;
1450
+ uid: string;
1452
1451
  createTime: string;
1453
1452
  updateTime: string;
1453
+ description: string;
1454
1454
  id: string;
1455
1455
  recipe: Record<string, any>;
1456
1456
  readme: string;
@@ -1540,15 +1540,14 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1540
1540
  license: z.ZodString;
1541
1541
  }, "strip", z.ZodTypeAny, {
1542
1542
  name: string;
1543
- description: string;
1544
- uid: string;
1545
1543
  metadata: Record<string, any>;
1544
+ uid: string;
1546
1545
  createTime: string;
1547
1546
  updateTime: string;
1548
- permission: {
1549
- canEdit: boolean;
1550
- canTrigger: boolean;
1551
- };
1547
+ description: string;
1548
+ id: string;
1549
+ documentationUrl: string;
1550
+ sourceUrl: string;
1552
1551
  owner: {
1553
1552
  user: {
1554
1553
  name: string;
@@ -1575,6 +1574,7 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1575
1574
  uid: string;
1576
1575
  createTime: string;
1577
1576
  updateTime: string;
1577
+ id: string;
1578
1578
  owner: {
1579
1579
  name: string;
1580
1580
  uid: string;
@@ -1594,7 +1594,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1594
1594
  } | undefined;
1595
1595
  } | undefined;
1596
1596
  };
1597
- id: string;
1598
1597
  profile?: {
1599
1598
  displayName?: string | undefined;
1600
1599
  bio?: string | undefined;
@@ -1608,9 +1607,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1608
1607
  } | undefined;
1609
1608
  };
1610
1609
  };
1611
- id: string;
1612
- documentationUrl: string;
1613
- sourceUrl: string;
1614
1610
  recipe: Record<string, any>;
1615
1611
  readme: string;
1616
1612
  dataSpecification: {
@@ -1632,11 +1628,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1632
1628
  ownerName: string;
1633
1629
  releases: {
1634
1630
  name: string;
1635
- description: string;
1636
- uid: string;
1637
1631
  metadata: Record<string, any>;
1632
+ uid: string;
1638
1633
  createTime: string;
1639
1634
  updateTime: string;
1635
+ description: string;
1640
1636
  id: string;
1641
1637
  recipe: Record<string, any>;
1642
1638
  readme: string;
@@ -1648,6 +1644,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1648
1644
  deleteTime?: string | undefined;
1649
1645
  alias?: string | undefined;
1650
1646
  }[];
1647
+ permission: {
1648
+ canEdit: boolean;
1649
+ canTrigger: boolean;
1650
+ };
1651
1651
  tags: string[];
1652
1652
  stats: {
1653
1653
  lastRunTime: string;
@@ -1657,15 +1657,14 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1657
1657
  license: string;
1658
1658
  }, {
1659
1659
  name: string;
1660
- description: string;
1661
- uid: string;
1662
1660
  metadata: Record<string, any>;
1661
+ uid: string;
1663
1662
  createTime: string;
1664
1663
  updateTime: string;
1665
- permission: {
1666
- canEdit: boolean;
1667
- canTrigger: boolean;
1668
- };
1664
+ description: string;
1665
+ id: string;
1666
+ documentationUrl: string;
1667
+ sourceUrl: string;
1669
1668
  owner: {
1670
1669
  user: {
1671
1670
  name: string;
@@ -1692,6 +1691,7 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1692
1691
  uid: string;
1693
1692
  createTime: string;
1694
1693
  updateTime: string;
1694
+ id: string;
1695
1695
  owner: {
1696
1696
  name: string;
1697
1697
  uid: string;
@@ -1711,7 +1711,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1711
1711
  } | undefined;
1712
1712
  } | undefined;
1713
1713
  };
1714
- id: string;
1715
1714
  profile?: {
1716
1715
  displayName?: string | undefined;
1717
1716
  bio?: string | undefined;
@@ -1725,9 +1724,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1725
1724
  } | undefined;
1726
1725
  };
1727
1726
  };
1728
- id: string;
1729
- documentationUrl: string;
1730
- sourceUrl: string;
1731
1727
  recipe: Record<string, any>;
1732
1728
  readme: string;
1733
1729
  dataSpecification: {
@@ -1749,11 +1745,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1749
1745
  ownerName: string;
1750
1746
  releases: {
1751
1747
  name: string;
1752
- description: string;
1753
- uid: string;
1754
1748
  metadata: Record<string, any>;
1749
+ uid: string;
1755
1750
  createTime: string;
1756
1751
  updateTime: string;
1752
+ description: string;
1757
1753
  id: string;
1758
1754
  recipe: Record<string, any>;
1759
1755
  readme: string;
@@ -1765,6 +1761,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1765
1761
  deleteTime?: string | undefined;
1766
1762
  alias?: string | undefined;
1767
1763
  }[];
1764
+ permission: {
1765
+ canEdit: boolean;
1766
+ canTrigger: boolean;
1767
+ };
1768
1768
  tags: string[];
1769
1769
  stats: {
1770
1770
  lastRunTime: string;
@@ -1780,15 +1780,14 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1780
1780
  totalSize: number;
1781
1781
  pipelines: {
1782
1782
  name: string;
1783
- description: string;
1784
- uid: string;
1785
1783
  metadata: Record<string, any>;
1784
+ uid: string;
1786
1785
  createTime: string;
1787
1786
  updateTime: string;
1788
- permission: {
1789
- canEdit: boolean;
1790
- canTrigger: boolean;
1791
- };
1787
+ description: string;
1788
+ id: string;
1789
+ documentationUrl: string;
1790
+ sourceUrl: string;
1792
1791
  owner: {
1793
1792
  user: {
1794
1793
  name: string;
@@ -1815,6 +1814,7 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1815
1814
  uid: string;
1816
1815
  createTime: string;
1817
1816
  updateTime: string;
1817
+ id: string;
1818
1818
  owner: {
1819
1819
  name: string;
1820
1820
  uid: string;
@@ -1834,7 +1834,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1834
1834
  } | undefined;
1835
1835
  } | undefined;
1836
1836
  };
1837
- id: string;
1838
1837
  profile?: {
1839
1838
  displayName?: string | undefined;
1840
1839
  bio?: string | undefined;
@@ -1848,9 +1847,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1848
1847
  } | undefined;
1849
1848
  };
1850
1849
  };
1851
- id: string;
1852
- documentationUrl: string;
1853
- sourceUrl: string;
1854
1850
  recipe: Record<string, any>;
1855
1851
  readme: string;
1856
1852
  dataSpecification: {
@@ -1872,11 +1868,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1872
1868
  ownerName: string;
1873
1869
  releases: {
1874
1870
  name: string;
1875
- description: string;
1876
- uid: string;
1877
1871
  metadata: Record<string, any>;
1872
+ uid: string;
1878
1873
  createTime: string;
1879
1874
  updateTime: string;
1875
+ description: string;
1880
1876
  id: string;
1881
1877
  recipe: Record<string, any>;
1882
1878
  readme: string;
@@ -1888,6 +1884,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1888
1884
  deleteTime?: string | undefined;
1889
1885
  alias?: string | undefined;
1890
1886
  }[];
1887
+ permission: {
1888
+ canEdit: boolean;
1889
+ canTrigger: boolean;
1890
+ };
1891
1891
  tags: string[];
1892
1892
  stats: {
1893
1893
  lastRunTime: string;
@@ -1901,15 +1901,14 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1901
1901
  totalSize: number;
1902
1902
  pipelines: {
1903
1903
  name: string;
1904
- description: string;
1905
- uid: string;
1906
1904
  metadata: Record<string, any>;
1905
+ uid: string;
1907
1906
  createTime: string;
1908
1907
  updateTime: string;
1909
- permission: {
1910
- canEdit: boolean;
1911
- canTrigger: boolean;
1912
- };
1908
+ description: string;
1909
+ id: string;
1910
+ documentationUrl: string;
1911
+ sourceUrl: string;
1913
1912
  owner: {
1914
1913
  user: {
1915
1914
  name: string;
@@ -1936,6 +1935,7 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1936
1935
  uid: string;
1937
1936
  createTime: string;
1938
1937
  updateTime: string;
1938
+ id: string;
1939
1939
  owner: {
1940
1940
  name: string;
1941
1941
  uid: string;
@@ -1955,7 +1955,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1955
1955
  } | undefined;
1956
1956
  } | undefined;
1957
1957
  };
1958
- id: string;
1959
1958
  profile?: {
1960
1959
  displayName?: string | undefined;
1961
1960
  bio?: string | undefined;
@@ -1969,9 +1968,6 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1969
1968
  } | undefined;
1970
1969
  };
1971
1970
  };
1972
- id: string;
1973
- documentationUrl: string;
1974
- sourceUrl: string;
1975
1971
  recipe: Record<string, any>;
1976
1972
  readme: string;
1977
1973
  dataSpecification: {
@@ -1993,11 +1989,11 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
1993
1989
  ownerName: string;
1994
1990
  releases: {
1995
1991
  name: string;
1996
- description: string;
1997
- uid: string;
1998
1992
  metadata: Record<string, any>;
1993
+ uid: string;
1999
1994
  createTime: string;
2000
1995
  updateTime: string;
1996
+ description: string;
2001
1997
  id: string;
2002
1998
  recipe: Record<string, any>;
2003
1999
  readme: string;
@@ -2009,6 +2005,10 @@ export declare const listAccessiblePipelinesWithPaginationResponseValidator: z.Z
2009
2005
  deleteTime?: string | undefined;
2010
2006
  alias?: string | undefined;
2011
2007
  }[];
2008
+ permission: {
2009
+ canEdit: boolean;
2010
+ canTrigger: boolean;
2011
+ };
2012
2012
  tags: string[];
2013
2013
  stats: {
2014
2014
  lastRunTime: string;
@@ -2315,6 +2315,7 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2315
2315
  uid: string;
2316
2316
  createTime: string;
2317
2317
  updateTime: string;
2318
+ id: string;
2318
2319
  owner: {
2319
2320
  name: string;
2320
2321
  uid: string;
@@ -2334,7 +2335,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2334
2335
  } | undefined;
2335
2336
  } | undefined;
2336
2337
  };
2337
- id: string;
2338
2338
  profile?: {
2339
2339
  displayName?: string | undefined;
2340
2340
  bio?: string | undefined;
@@ -2351,6 +2351,7 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2351
2351
  uid: string;
2352
2352
  createTime: string;
2353
2353
  updateTime: string;
2354
+ id: string;
2354
2355
  owner: {
2355
2356
  name: string;
2356
2357
  uid: string;
@@ -2370,7 +2371,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2370
2371
  } | undefined;
2371
2372
  } | undefined;
2372
2373
  };
2373
- id: string;
2374
2374
  profile?: {
2375
2375
  displayName?: string | undefined;
2376
2376
  bio?: string | undefined;
@@ -2389,6 +2389,7 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2389
2389
  uid: string;
2390
2390
  createTime: string;
2391
2391
  updateTime: string;
2392
+ id: string;
2392
2393
  owner: {
2393
2394
  name: string;
2394
2395
  uid: string;
@@ -2408,7 +2409,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2408
2409
  } | undefined;
2409
2410
  } | undefined;
2410
2411
  };
2411
- id: string;
2412
2412
  profile?: {
2413
2413
  displayName?: string | undefined;
2414
2414
  bio?: string | undefined;
@@ -2427,6 +2427,7 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2427
2427
  uid: string;
2428
2428
  createTime: string;
2429
2429
  updateTime: string;
2430
+ id: string;
2430
2431
  owner: {
2431
2432
  name: string;
2432
2433
  uid: string;
@@ -2446,7 +2447,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2446
2447
  } | undefined;
2447
2448
  } | undefined;
2448
2449
  };
2449
- id: string;
2450
2450
  profile?: {
2451
2451
  displayName?: string | undefined;
2452
2452
  bio?: string | undefined;
@@ -2486,11 +2486,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2486
2486
  }>;
2487
2487
  }, "strip", z.ZodTypeAny, {
2488
2488
  name: string;
2489
- description: string;
2490
- uid: string;
2491
2489
  metadata: Record<string, any>;
2490
+ uid: string;
2492
2491
  createTime: string;
2493
2492
  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
- description: string;
2507
- uid: string;
2508
2506
  metadata: Record<string, any>;
2507
+ uid: string;
2509
2508
  createTime: string;
2510
2509
  updateTime: string;
2510
+ description: string;
2511
2511
  id: string;
2512
2512
  recipe: Record<string, any>;
2513
2513
  readme: string;
@@ -2597,15 +2597,14 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2597
2597
  license: z.ZodString;
2598
2598
  }, "strip", z.ZodTypeAny, {
2599
2599
  name: string;
2600
- description: string;
2601
- uid: string;
2602
2600
  metadata: Record<string, any>;
2601
+ uid: string;
2603
2602
  createTime: string;
2604
2603
  updateTime: string;
2605
- permission: {
2606
- canEdit: boolean;
2607
- canTrigger: boolean;
2608
- };
2604
+ description: string;
2605
+ id: string;
2606
+ documentationUrl: string;
2607
+ sourceUrl: string;
2609
2608
  owner: {
2610
2609
  user: {
2611
2610
  name: string;
@@ -2632,6 +2631,7 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2632
2631
  uid: string;
2633
2632
  createTime: string;
2634
2633
  updateTime: string;
2634
+ id: string;
2635
2635
  owner: {
2636
2636
  name: string;
2637
2637
  uid: string;
@@ -2651,7 +2651,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2651
2651
  } | undefined;
2652
2652
  } | undefined;
2653
2653
  };
2654
- id: string;
2655
2654
  profile?: {
2656
2655
  displayName?: string | undefined;
2657
2656
  bio?: string | undefined;
@@ -2665,9 +2664,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2665
2664
  } | undefined;
2666
2665
  };
2667
2666
  };
2668
- id: string;
2669
- documentationUrl: string;
2670
- sourceUrl: string;
2671
2667
  recipe: Record<string, any>;
2672
2668
  readme: string;
2673
2669
  dataSpecification: {
@@ -2689,11 +2685,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2689
2685
  ownerName: string;
2690
2686
  releases: {
2691
2687
  name: string;
2692
- description: string;
2693
- uid: string;
2694
2688
  metadata: Record<string, any>;
2689
+ uid: string;
2695
2690
  createTime: string;
2696
2691
  updateTime: string;
2692
+ description: string;
2697
2693
  id: string;
2698
2694
  recipe: Record<string, any>;
2699
2695
  readme: string;
@@ -2705,6 +2701,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2705
2701
  deleteTime?: string | undefined;
2706
2702
  alias?: string | undefined;
2707
2703
  }[];
2704
+ permission: {
2705
+ canEdit: boolean;
2706
+ canTrigger: boolean;
2707
+ };
2708
2708
  tags: string[];
2709
2709
  stats: {
2710
2710
  lastRunTime: string;
@@ -2714,15 +2714,14 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2714
2714
  license: string;
2715
2715
  }, {
2716
2716
  name: string;
2717
- description: string;
2718
- uid: string;
2719
2717
  metadata: Record<string, any>;
2718
+ uid: string;
2720
2719
  createTime: string;
2721
2720
  updateTime: string;
2722
- permission: {
2723
- canEdit: boolean;
2724
- canTrigger: boolean;
2725
- };
2721
+ description: string;
2722
+ id: string;
2723
+ documentationUrl: string;
2724
+ sourceUrl: string;
2726
2725
  owner: {
2727
2726
  user: {
2728
2727
  name: string;
@@ -2749,6 +2748,7 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2749
2748
  uid: string;
2750
2749
  createTime: string;
2751
2750
  updateTime: string;
2751
+ id: string;
2752
2752
  owner: {
2753
2753
  name: string;
2754
2754
  uid: string;
@@ -2768,7 +2768,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2768
2768
  } | undefined;
2769
2769
  } | undefined;
2770
2770
  };
2771
- id: string;
2772
2771
  profile?: {
2773
2772
  displayName?: string | undefined;
2774
2773
  bio?: string | undefined;
@@ -2782,9 +2781,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2782
2781
  } | undefined;
2783
2782
  };
2784
2783
  };
2785
- id: string;
2786
- documentationUrl: string;
2787
- sourceUrl: string;
2788
2784
  recipe: Record<string, any>;
2789
2785
  readme: string;
2790
2786
  dataSpecification: {
@@ -2806,11 +2802,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2806
2802
  ownerName: string;
2807
2803
  releases: {
2808
2804
  name: string;
2809
- description: string;
2810
- uid: string;
2811
2805
  metadata: Record<string, any>;
2806
+ uid: string;
2812
2807
  createTime: string;
2813
2808
  updateTime: string;
2809
+ description: string;
2814
2810
  id: string;
2815
2811
  recipe: Record<string, any>;
2816
2812
  readme: string;
@@ -2822,6 +2818,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2822
2818
  deleteTime?: string | undefined;
2823
2819
  alias?: string | undefined;
2824
2820
  }[];
2821
+ permission: {
2822
+ canEdit: boolean;
2823
+ canTrigger: boolean;
2824
+ };
2825
2825
  tags: string[];
2826
2826
  stats: {
2827
2827
  lastRunTime: string;
@@ -2837,15 +2837,14 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2837
2837
  totalSize: number;
2838
2838
  pipelines: {
2839
2839
  name: string;
2840
- description: string;
2841
- uid: string;
2842
2840
  metadata: Record<string, any>;
2841
+ uid: string;
2843
2842
  createTime: string;
2844
2843
  updateTime: string;
2845
- permission: {
2846
- canEdit: boolean;
2847
- canTrigger: boolean;
2848
- };
2844
+ description: string;
2845
+ id: string;
2846
+ documentationUrl: string;
2847
+ sourceUrl: string;
2849
2848
  owner: {
2850
2849
  user: {
2851
2850
  name: string;
@@ -2872,6 +2871,7 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2872
2871
  uid: string;
2873
2872
  createTime: string;
2874
2873
  updateTime: string;
2874
+ id: string;
2875
2875
  owner: {
2876
2876
  name: string;
2877
2877
  uid: string;
@@ -2891,7 +2891,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2891
2891
  } | undefined;
2892
2892
  } | undefined;
2893
2893
  };
2894
- id: string;
2895
2894
  profile?: {
2896
2895
  displayName?: string | undefined;
2897
2896
  bio?: string | undefined;
@@ -2905,9 +2904,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2905
2904
  } | undefined;
2906
2905
  };
2907
2906
  };
2908
- id: string;
2909
- documentationUrl: string;
2910
- sourceUrl: string;
2911
2907
  recipe: Record<string, any>;
2912
2908
  readme: string;
2913
2909
  dataSpecification: {
@@ -2929,11 +2925,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2929
2925
  ownerName: string;
2930
2926
  releases: {
2931
2927
  name: string;
2932
- description: string;
2933
- uid: string;
2934
2928
  metadata: Record<string, any>;
2929
+ uid: string;
2935
2930
  createTime: string;
2936
2931
  updateTime: string;
2932
+ description: string;
2937
2933
  id: string;
2938
2934
  recipe: Record<string, any>;
2939
2935
  readme: string;
@@ -2945,6 +2941,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2945
2941
  deleteTime?: string | undefined;
2946
2942
  alias?: string | undefined;
2947
2943
  }[];
2944
+ permission: {
2945
+ canEdit: boolean;
2946
+ canTrigger: boolean;
2947
+ };
2948
2948
  tags: string[];
2949
2949
  stats: {
2950
2950
  lastRunTime: string;
@@ -2958,15 +2958,14 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2958
2958
  totalSize: number;
2959
2959
  pipelines: {
2960
2960
  name: string;
2961
- description: string;
2962
- uid: string;
2963
2961
  metadata: Record<string, any>;
2962
+ uid: string;
2964
2963
  createTime: string;
2965
2964
  updateTime: string;
2966
- permission: {
2967
- canEdit: boolean;
2968
- canTrigger: boolean;
2969
- };
2965
+ description: string;
2966
+ id: string;
2967
+ documentationUrl: string;
2968
+ sourceUrl: string;
2970
2969
  owner: {
2971
2970
  user: {
2972
2971
  name: string;
@@ -2993,6 +2992,7 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
2993
2992
  uid: string;
2994
2993
  createTime: string;
2995
2994
  updateTime: string;
2995
+ id: string;
2996
2996
  owner: {
2997
2997
  name: string;
2998
2998
  uid: string;
@@ -3012,7 +3012,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
3012
3012
  } | undefined;
3013
3013
  } | undefined;
3014
3014
  };
3015
- id: string;
3016
3015
  profile?: {
3017
3016
  displayName?: string | undefined;
3018
3017
  bio?: string | undefined;
@@ -3026,9 +3025,6 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
3026
3025
  } | undefined;
3027
3026
  };
3028
3027
  };
3029
- id: string;
3030
- documentationUrl: string;
3031
- sourceUrl: string;
3032
3028
  recipe: Record<string, any>;
3033
3029
  readme: string;
3034
3030
  dataSpecification: {
@@ -3050,11 +3046,11 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
3050
3046
  ownerName: string;
3051
3047
  releases: {
3052
3048
  name: string;
3053
- description: string;
3054
- uid: string;
3055
3049
  metadata: Record<string, any>;
3050
+ uid: string;
3056
3051
  createTime: string;
3057
3052
  updateTime: string;
3053
+ description: string;
3058
3054
  id: string;
3059
3055
  recipe: Record<string, any>;
3060
3056
  readme: string;
@@ -3066,6 +3062,10 @@ export declare const listNamespacePipelinesWithPaginationResponseValidator: z.Zo
3066
3062
  deleteTime?: string | undefined;
3067
3063
  alias?: string | undefined;
3068
3064
  }[];
3065
+ permission: {
3066
+ canEdit: boolean;
3067
+ canTrigger: boolean;
3068
+ };
3069
3069
  tags: string[];
3070
3070
  stats: {
3071
3071
  lastRunTime: string;
@@ -3365,6 +3365,7 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
3365
3365
  uid: string;
3366
3366
  createTime: string;
3367
3367
  updateTime: string;
3368
+ id: string;
3368
3369
  owner: {
3369
3370
  name: string;
3370
3371
  uid: string;
@@ -3384,7 +3385,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
3384
3385
  } | undefined;
3385
3386
  } | undefined;
3386
3387
  };
3387
- id: string;
3388
3388
  profile?: {
3389
3389
  displayName?: string | undefined;
3390
3390
  bio?: string | undefined;
@@ -3401,6 +3401,7 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
3401
3401
  uid: string;
3402
3402
  createTime: string;
3403
3403
  updateTime: string;
3404
+ id: string;
3404
3405
  owner: {
3405
3406
  name: string;
3406
3407
  uid: string;
@@ -3420,7 +3421,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
3420
3421
  } | undefined;
3421
3422
  } | undefined;
3422
3423
  };
3423
- id: string;
3424
3424
  profile?: {
3425
3425
  displayName?: string | undefined;
3426
3426
  bio?: string | undefined;
@@ -3439,6 +3439,7 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
3439
3439
  uid: string;
3440
3440
  createTime: string;
3441
3441
  updateTime: string;
3442
+ id: string;
3442
3443
  owner: {
3443
3444
  name: string;
3444
3445
  uid: string;
@@ -3458,7 +3459,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
3458
3459
  } | undefined;
3459
3460
  } | undefined;
3460
3461
  };
3461
- id: string;
3462
3462
  profile?: {
3463
3463
  displayName?: string | undefined;
3464
3464
  bio?: string | undefined;
@@ -3477,6 +3477,7 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
3477
3477
  uid: string;
3478
3478
  createTime: string;
3479
3479
  updateTime: string;
3480
+ id: string;
3480
3481
  owner: {
3481
3482
  name: string;
3482
3483
  uid: string;
@@ -3496,7 +3497,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
3496
3497
  } | undefined;
3497
3498
  } | undefined;
3498
3499
  };
3499
- id: string;
3500
3500
  profile?: {
3501
3501
  displayName?: string | undefined;
3502
3502
  bio?: string | undefined;
@@ -3536,11 +3536,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
3536
3536
  }>;
3537
3537
  }, "strip", z.ZodTypeAny, {
3538
3538
  name: string;
3539
- description: string;
3540
- uid: string;
3541
3539
  metadata: Record<string, any>;
3540
+ uid: string;
3542
3541
  createTime: string;
3543
3542
  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
- description: string;
3557
- uid: string;
3558
3556
  metadata: Record<string, any>;
3557
+ uid: string;
3559
3558
  createTime: string;
3560
3559
  updateTime: string;
3560
+ description: string;
3561
3561
  id: string;
3562
3562
  recipe: Record<string, any>;
3563
3563
  readme: string;
@@ -3647,15 +3647,14 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
3647
3647
  license: z.ZodString;
3648
3648
  }, "strip", z.ZodTypeAny, {
3649
3649
  name: string;
3650
- description: string;
3651
- uid: string;
3652
3650
  metadata: Record<string, any>;
3651
+ uid: string;
3653
3652
  createTime: string;
3654
3653
  updateTime: string;
3655
- permission: {
3656
- canEdit: boolean;
3657
- canTrigger: boolean;
3658
- };
3654
+ description: string;
3655
+ id: string;
3656
+ documentationUrl: string;
3657
+ sourceUrl: string;
3659
3658
  owner: {
3660
3659
  user: {
3661
3660
  name: string;
@@ -3682,6 +3681,7 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
3682
3681
  uid: string;
3683
3682
  createTime: string;
3684
3683
  updateTime: string;
3684
+ id: string;
3685
3685
  owner: {
3686
3686
  name: string;
3687
3687
  uid: string;
@@ -3701,7 +3701,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
3701
3701
  } | undefined;
3702
3702
  } | undefined;
3703
3703
  };
3704
- id: string;
3705
3704
  profile?: {
3706
3705
  displayName?: string | undefined;
3707
3706
  bio?: string | undefined;
@@ -3715,9 +3714,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
3715
3714
  } | undefined;
3716
3715
  };
3717
3716
  };
3718
- id: string;
3719
- documentationUrl: string;
3720
- sourceUrl: string;
3721
3717
  recipe: Record<string, any>;
3722
3718
  readme: string;
3723
3719
  dataSpecification: {
@@ -3739,11 +3735,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
3739
3735
  ownerName: string;
3740
3736
  releases: {
3741
3737
  name: string;
3742
- description: string;
3743
- uid: string;
3744
3738
  metadata: Record<string, any>;
3739
+ uid: string;
3745
3740
  createTime: string;
3746
3741
  updateTime: string;
3742
+ description: string;
3747
3743
  id: string;
3748
3744
  recipe: Record<string, any>;
3749
3745
  readme: string;
@@ -3755,6 +3751,10 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
3755
3751
  deleteTime?: string | undefined;
3756
3752
  alias?: string | undefined;
3757
3753
  }[];
3754
+ permission: {
3755
+ canEdit: boolean;
3756
+ canTrigger: boolean;
3757
+ };
3758
3758
  tags: string[];
3759
3759
  stats: {
3760
3760
  lastRunTime: string;
@@ -3764,15 +3764,14 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
3764
3764
  license: string;
3765
3765
  }, {
3766
3766
  name: string;
3767
- description: string;
3768
- uid: string;
3769
3767
  metadata: Record<string, any>;
3768
+ uid: string;
3770
3769
  createTime: string;
3771
3770
  updateTime: string;
3772
- permission: {
3773
- canEdit: boolean;
3774
- canTrigger: boolean;
3775
- };
3771
+ description: string;
3772
+ id: string;
3773
+ documentationUrl: string;
3774
+ sourceUrl: string;
3776
3775
  owner: {
3777
3776
  user: {
3778
3777
  name: string;
@@ -3799,6 +3798,7 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
3799
3798
  uid: string;
3800
3799
  createTime: string;
3801
3800
  updateTime: string;
3801
+ id: string;
3802
3802
  owner: {
3803
3803
  name: string;
3804
3804
  uid: string;
@@ -3818,7 +3818,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
3818
3818
  } | undefined;
3819
3819
  } | undefined;
3820
3820
  };
3821
- id: string;
3822
3821
  profile?: {
3823
3822
  displayName?: string | undefined;
3824
3823
  bio?: string | undefined;
@@ -3832,9 +3831,6 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
3832
3831
  } | undefined;
3833
3832
  };
3834
3833
  };
3835
- id: string;
3836
- documentationUrl: string;
3837
- sourceUrl: string;
3838
3834
  recipe: Record<string, any>;
3839
3835
  readme: string;
3840
3836
  dataSpecification: {
@@ -3856,11 +3852,11 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
3856
3852
  ownerName: string;
3857
3853
  releases: {
3858
3854
  name: string;
3859
- description: string;
3860
- uid: string;
3861
3855
  metadata: Record<string, any>;
3856
+ uid: string;
3862
3857
  createTime: string;
3863
3858
  updateTime: string;
3859
+ description: string;
3864
3860
  id: string;
3865
3861
  recipe: Record<string, any>;
3866
3862
  readme: string;
@@ -3872,6 +3868,10 @@ export declare const getNamespacePipelineResponseValidator: z.ZodObject<{
3872
3868
  deleteTime?: string | undefined;
3873
3869
  alias?: string | undefined;
3874
3870
  }[];
3871
+ permission: {
3872
+ canEdit: boolean;
3873
+ canTrigger: boolean;
3874
+ };
3875
3875
  tags: string[];
3876
3876
  stats: {
3877
3877
  lastRunTime: string;
@@ -4174,6 +4174,7 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
4174
4174
  uid: string;
4175
4175
  createTime: string;
4176
4176
  updateTime: string;
4177
+ id: string;
4177
4178
  owner: {
4178
4179
  name: string;
4179
4180
  uid: string;
@@ -4193,7 +4194,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
4193
4194
  } | undefined;
4194
4195
  } | undefined;
4195
4196
  };
4196
- id: string;
4197
4197
  profile?: {
4198
4198
  displayName?: string | undefined;
4199
4199
  bio?: string | undefined;
@@ -4210,6 +4210,7 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
4210
4210
  uid: string;
4211
4211
  createTime: string;
4212
4212
  updateTime: string;
4213
+ id: string;
4213
4214
  owner: {
4214
4215
  name: string;
4215
4216
  uid: string;
@@ -4229,7 +4230,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
4229
4230
  } | undefined;
4230
4231
  } | undefined;
4231
4232
  };
4232
- id: string;
4233
4233
  profile?: {
4234
4234
  displayName?: string | undefined;
4235
4235
  bio?: string | undefined;
@@ -4248,6 +4248,7 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
4248
4248
  uid: string;
4249
4249
  createTime: string;
4250
4250
  updateTime: string;
4251
+ id: string;
4251
4252
  owner: {
4252
4253
  name: string;
4253
4254
  uid: string;
@@ -4267,7 +4268,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
4267
4268
  } | undefined;
4268
4269
  } | undefined;
4269
4270
  };
4270
- id: string;
4271
4271
  profile?: {
4272
4272
  displayName?: string | undefined;
4273
4273
  bio?: string | undefined;
@@ -4286,6 +4286,7 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
4286
4286
  uid: string;
4287
4287
  createTime: string;
4288
4288
  updateTime: string;
4289
+ id: string;
4289
4290
  owner: {
4290
4291
  name: string;
4291
4292
  uid: string;
@@ -4305,7 +4306,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
4305
4306
  } | undefined;
4306
4307
  } | undefined;
4307
4308
  };
4308
- id: string;
4309
4309
  profile?: {
4310
4310
  displayName?: string | undefined;
4311
4311
  bio?: string | undefined;
@@ -4345,11 +4345,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
4345
4345
  }>;
4346
4346
  }, "strip", z.ZodTypeAny, {
4347
4347
  name: string;
4348
- description: string;
4349
- uid: string;
4350
4348
  metadata: Record<string, any>;
4349
+ uid: string;
4351
4350
  createTime: string;
4352
4351
  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
- description: string;
4366
- uid: string;
4367
4365
  metadata: Record<string, any>;
4366
+ uid: string;
4368
4367
  createTime: string;
4369
4368
  updateTime: string;
4369
+ description: string;
4370
4370
  id: string;
4371
4371
  recipe: Record<string, any>;
4372
4372
  readme: string;
@@ -4456,15 +4456,14 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
4456
4456
  license: z.ZodString;
4457
4457
  }, "strip", z.ZodTypeAny, {
4458
4458
  name: string;
4459
- description: string;
4460
- uid: string;
4461
4459
  metadata: Record<string, any>;
4460
+ uid: string;
4462
4461
  createTime: string;
4463
4462
  updateTime: string;
4464
- permission: {
4465
- canEdit: boolean;
4466
- canTrigger: boolean;
4467
- };
4463
+ description: string;
4464
+ id: string;
4465
+ documentationUrl: string;
4466
+ sourceUrl: string;
4468
4467
  owner: {
4469
4468
  user: {
4470
4469
  name: string;
@@ -4491,6 +4490,7 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
4491
4490
  uid: string;
4492
4491
  createTime: string;
4493
4492
  updateTime: string;
4493
+ id: string;
4494
4494
  owner: {
4495
4495
  name: string;
4496
4496
  uid: string;
@@ -4510,7 +4510,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
4510
4510
  } | undefined;
4511
4511
  } | undefined;
4512
4512
  };
4513
- id: string;
4514
4513
  profile?: {
4515
4514
  displayName?: string | undefined;
4516
4515
  bio?: string | undefined;
@@ -4524,9 +4523,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
4524
4523
  } | undefined;
4525
4524
  };
4526
4525
  };
4527
- id: string;
4528
- documentationUrl: string;
4529
- sourceUrl: string;
4530
4526
  recipe: Record<string, any>;
4531
4527
  readme: string;
4532
4528
  dataSpecification: {
@@ -4548,11 +4544,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
4548
4544
  ownerName: string;
4549
4545
  releases: {
4550
4546
  name: string;
4551
- description: string;
4552
- uid: string;
4553
4547
  metadata: Record<string, any>;
4548
+ uid: string;
4554
4549
  createTime: string;
4555
4550
  updateTime: string;
4551
+ description: string;
4556
4552
  id: string;
4557
4553
  recipe: Record<string, any>;
4558
4554
  readme: string;
@@ -4564,6 +4560,10 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
4564
4560
  deleteTime?: string | undefined;
4565
4561
  alias?: string | undefined;
4566
4562
  }[];
4563
+ permission: {
4564
+ canEdit: boolean;
4565
+ canTrigger: boolean;
4566
+ };
4567
4567
  tags: string[];
4568
4568
  stats: {
4569
4569
  lastRunTime: string;
@@ -4573,15 +4573,14 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
4573
4573
  license: string;
4574
4574
  }, {
4575
4575
  name: string;
4576
- description: string;
4577
- uid: string;
4578
4576
  metadata: Record<string, any>;
4577
+ uid: string;
4579
4578
  createTime: string;
4580
4579
  updateTime: string;
4581
- permission: {
4582
- canEdit: boolean;
4583
- canTrigger: boolean;
4584
- };
4580
+ description: string;
4581
+ id: string;
4582
+ documentationUrl: string;
4583
+ sourceUrl: string;
4585
4584
  owner: {
4586
4585
  user: {
4587
4586
  name: string;
@@ -4608,6 +4607,7 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
4608
4607
  uid: string;
4609
4608
  createTime: string;
4610
4609
  updateTime: string;
4610
+ id: string;
4611
4611
  owner: {
4612
4612
  name: string;
4613
4613
  uid: string;
@@ -4627,7 +4627,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
4627
4627
  } | undefined;
4628
4628
  } | undefined;
4629
4629
  };
4630
- id: string;
4631
4630
  profile?: {
4632
4631
  displayName?: string | undefined;
4633
4632
  bio?: string | undefined;
@@ -4641,9 +4640,6 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
4641
4640
  } | undefined;
4642
4641
  };
4643
4642
  };
4644
- id: string;
4645
- documentationUrl: string;
4646
- sourceUrl: string;
4647
4643
  recipe: Record<string, any>;
4648
4644
  readme: string;
4649
4645
  dataSpecification: {
@@ -4665,11 +4661,11 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
4665
4661
  ownerName: string;
4666
4662
  releases: {
4667
4663
  name: string;
4668
- description: string;
4669
- uid: string;
4670
4664
  metadata: Record<string, any>;
4665
+ uid: string;
4671
4666
  createTime: string;
4672
4667
  updateTime: string;
4668
+ description: string;
4673
4669
  id: string;
4674
4670
  recipe: Record<string, any>;
4675
4671
  readme: string;
@@ -4681,6 +4677,10 @@ export declare const createNamespacePipelineResponseValidator: z.ZodObject<{
4681
4677
  deleteTime?: string | undefined;
4682
4678
  alias?: string | undefined;
4683
4679
  }[];
4680
+ permission: {
4681
+ canEdit: boolean;
4682
+ canTrigger: boolean;
4683
+ };
4684
4684
  tags: string[];
4685
4685
  stats: {
4686
4686
  lastRunTime: string;
@@ -4992,6 +4992,7 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
4992
4992
  uid: string;
4993
4993
  createTime: string;
4994
4994
  updateTime: string;
4995
+ id: string;
4995
4996
  owner: {
4996
4997
  name: string;
4997
4998
  uid: string;
@@ -5011,7 +5012,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
5011
5012
  } | undefined;
5012
5013
  } | undefined;
5013
5014
  };
5014
- id: string;
5015
5015
  profile?: {
5016
5016
  displayName?: string | undefined;
5017
5017
  bio?: string | undefined;
@@ -5028,6 +5028,7 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
5028
5028
  uid: string;
5029
5029
  createTime: string;
5030
5030
  updateTime: string;
5031
+ id: string;
5031
5032
  owner: {
5032
5033
  name: string;
5033
5034
  uid: string;
@@ -5047,7 +5048,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
5047
5048
  } | undefined;
5048
5049
  } | undefined;
5049
5050
  };
5050
- id: string;
5051
5051
  profile?: {
5052
5052
  displayName?: string | undefined;
5053
5053
  bio?: string | undefined;
@@ -5066,6 +5066,7 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
5066
5066
  uid: string;
5067
5067
  createTime: string;
5068
5068
  updateTime: string;
5069
+ id: string;
5069
5070
  owner: {
5070
5071
  name: string;
5071
5072
  uid: string;
@@ -5085,7 +5086,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
5085
5086
  } | undefined;
5086
5087
  } | undefined;
5087
5088
  };
5088
- id: string;
5089
5089
  profile?: {
5090
5090
  displayName?: string | undefined;
5091
5091
  bio?: string | undefined;
@@ -5104,6 +5104,7 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
5104
5104
  uid: string;
5105
5105
  createTime: string;
5106
5106
  updateTime: string;
5107
+ id: string;
5107
5108
  owner: {
5108
5109
  name: string;
5109
5110
  uid: string;
@@ -5123,7 +5124,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
5123
5124
  } | undefined;
5124
5125
  } | undefined;
5125
5126
  };
5126
- id: string;
5127
5127
  profile?: {
5128
5128
  displayName?: string | undefined;
5129
5129
  bio?: string | undefined;
@@ -5163,11 +5163,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
5163
5163
  }>;
5164
5164
  }, "strip", z.ZodTypeAny, {
5165
5165
  name: string;
5166
- description: string;
5167
- uid: string;
5168
5166
  metadata: Record<string, any>;
5167
+ uid: string;
5169
5168
  createTime: string;
5170
5169
  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
- description: string;
5184
- uid: string;
5185
5183
  metadata: Record<string, any>;
5184
+ uid: string;
5186
5185
  createTime: string;
5187
5186
  updateTime: string;
5187
+ description: string;
5188
5188
  id: string;
5189
5189
  recipe: Record<string, any>;
5190
5190
  readme: string;
@@ -5274,15 +5274,14 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
5274
5274
  license: z.ZodString;
5275
5275
  }, "strip", z.ZodTypeAny, {
5276
5276
  name: string;
5277
- description: string;
5278
- uid: string;
5279
5277
  metadata: Record<string, any>;
5278
+ uid: string;
5280
5279
  createTime: string;
5281
5280
  updateTime: string;
5282
- permission: {
5283
- canEdit: boolean;
5284
- canTrigger: boolean;
5285
- };
5281
+ description: string;
5282
+ id: string;
5283
+ documentationUrl: string;
5284
+ sourceUrl: string;
5286
5285
  owner: {
5287
5286
  user: {
5288
5287
  name: string;
@@ -5309,6 +5308,7 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
5309
5308
  uid: string;
5310
5309
  createTime: string;
5311
5310
  updateTime: string;
5311
+ id: string;
5312
5312
  owner: {
5313
5313
  name: string;
5314
5314
  uid: string;
@@ -5328,7 +5328,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
5328
5328
  } | undefined;
5329
5329
  } | undefined;
5330
5330
  };
5331
- id: string;
5332
5331
  profile?: {
5333
5332
  displayName?: string | undefined;
5334
5333
  bio?: string | undefined;
@@ -5342,9 +5341,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
5342
5341
  } | undefined;
5343
5342
  };
5344
5343
  };
5345
- id: string;
5346
- documentationUrl: string;
5347
- sourceUrl: string;
5348
5344
  recipe: Record<string, any>;
5349
5345
  readme: string;
5350
5346
  dataSpecification: {
@@ -5366,11 +5362,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
5366
5362
  ownerName: string;
5367
5363
  releases: {
5368
5364
  name: string;
5369
- description: string;
5370
- uid: string;
5371
5365
  metadata: Record<string, any>;
5366
+ uid: string;
5372
5367
  createTime: string;
5373
5368
  updateTime: string;
5369
+ description: string;
5374
5370
  id: string;
5375
5371
  recipe: Record<string, any>;
5376
5372
  readme: string;
@@ -5382,6 +5378,10 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
5382
5378
  deleteTime?: string | undefined;
5383
5379
  alias?: string | undefined;
5384
5380
  }[];
5381
+ permission: {
5382
+ canEdit: boolean;
5383
+ canTrigger: boolean;
5384
+ };
5385
5385
  tags: string[];
5386
5386
  stats: {
5387
5387
  lastRunTime: string;
@@ -5391,15 +5391,14 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
5391
5391
  license: string;
5392
5392
  }, {
5393
5393
  name: string;
5394
- description: string;
5395
- uid: string;
5396
5394
  metadata: Record<string, any>;
5395
+ uid: string;
5397
5396
  createTime: string;
5398
5397
  updateTime: string;
5399
- permission: {
5400
- canEdit: boolean;
5401
- canTrigger: boolean;
5402
- };
5398
+ description: string;
5399
+ id: string;
5400
+ documentationUrl: string;
5401
+ sourceUrl: string;
5403
5402
  owner: {
5404
5403
  user: {
5405
5404
  name: string;
@@ -5426,6 +5425,7 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
5426
5425
  uid: string;
5427
5426
  createTime: string;
5428
5427
  updateTime: string;
5428
+ id: string;
5429
5429
  owner: {
5430
5430
  name: string;
5431
5431
  uid: string;
@@ -5445,7 +5445,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
5445
5445
  } | undefined;
5446
5446
  } | undefined;
5447
5447
  };
5448
- id: string;
5449
5448
  profile?: {
5450
5449
  displayName?: string | undefined;
5451
5450
  bio?: string | undefined;
@@ -5459,9 +5458,6 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
5459
5458
  } | undefined;
5460
5459
  };
5461
5460
  };
5462
- id: string;
5463
- documentationUrl: string;
5464
- sourceUrl: string;
5465
5461
  recipe: Record<string, any>;
5466
5462
  readme: string;
5467
5463
  dataSpecification: {
@@ -5483,11 +5479,11 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
5483
5479
  ownerName: string;
5484
5480
  releases: {
5485
5481
  name: string;
5486
- description: string;
5487
- uid: string;
5488
5482
  metadata: Record<string, any>;
5483
+ uid: string;
5489
5484
  createTime: string;
5490
5485
  updateTime: string;
5486
+ description: string;
5491
5487
  id: string;
5492
5488
  recipe: Record<string, any>;
5493
5489
  readme: string;
@@ -5499,6 +5495,10 @@ export declare const updateNamespacePipelineResponseValidator: z.ZodObject<{
5499
5495
  deleteTime?: string | undefined;
5500
5496
  alias?: string | undefined;
5501
5497
  }[];
5498
+ permission: {
5499
+ canEdit: boolean;
5500
+ canTrigger: boolean;
5501
+ };
5502
5502
  tags: string[];
5503
5503
  stats: {
5504
5504
  lastRunTime: string;